pub struct RecentManagerBuilder { /* private fields */ }Expand description
A builder-pattern type to construct RecentManager objects.
Implementations§
Source§impl RecentManagerBuilder
impl RecentManagerBuilder
Sourcepub fn filename(self, filename: impl Into<GString>) -> Self
pub fn filename(self, filename: impl Into<GString>) -> Self
The full path to the file to be used to store and read the recently used resources list
Sourcepub fn build(self) -> RecentManager
pub fn build(self) -> RecentManager
Build the RecentManager.
Auto Trait Implementations§
impl !Send for RecentManagerBuilder
impl !Sync for RecentManagerBuilder
impl Freeze for RecentManagerBuilder
impl RefUnwindSafe for RecentManagerBuilder
impl Unpin for RecentManagerBuilder
impl UnsafeUnpin for RecentManagerBuilder
impl UnwindSafe for RecentManagerBuilder
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more