pub struct BookmarkListBuilder { /* private fields */ }
Expand description
A builder-pattern type to construct BookmarkList
objects.
Implementations§
Source§impl BookmarkListBuilder
impl BookmarkListBuilder
pub fn build(self) -> BookmarkList
pub fn attributes(self, attributes: &str) -> Self
pub fn filename(self, filename: &str) -> Self
pub fn io_priority(self, io_priority: Priority) -> Self
Auto Trait Implementations§
impl Freeze for BookmarkListBuilder
impl RefUnwindSafe for BookmarkListBuilder
impl !Send for BookmarkListBuilder
impl !Sync for BookmarkListBuilder
impl Unpin for BookmarkListBuilder
impl UnwindSafe for BookmarkListBuilder
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