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 RecentManagerBuilder
impl Send for RecentManagerBuilder
impl Sync for RecentManagerBuilder
impl Unpin for RecentManagerBuilder
impl UnwindSafe for RecentManagerBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more