Struct gtk::RecentManagerBuilder [−][src]
pub struct RecentManagerBuilder { /* fields omitted */ }Expand description
A builder-pattern type to construct RecentManager objects.
Implementations
Create a new RecentManagerBuilder.
Build the RecentManager.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for RecentManagerBuilderimpl Send for RecentManagerBuilderimpl Sync for RecentManagerBuilderimpl Unpin for RecentManagerBuilderimpl UnwindSafe for RecentManagerBuilderBlanket Implementations
Mutably borrows from an owned value. Read more