Struct gtk4::builders::BookmarkListBuilder
source · 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 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