Struct gtk4::builders::BookmarkListBuilder
source · [−]pub struct BookmarkListBuilder { /* private fields */ }
Expand description
A builder-pattern type to construct BookmarkList
objects.
Implementations
sourceimpl BookmarkListBuilder
impl BookmarkListBuilder
pub fn new() -> Self
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
Trait Implementations
sourceimpl Clone for BookmarkListBuilder
impl Clone for BookmarkListBuilder
sourcefn clone(&self) -> BookmarkListBuilder
fn clone(&self) -> BookmarkListBuilder
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Default for BookmarkListBuilder
impl Default for BookmarkListBuilder
sourcefn default() -> BookmarkListBuilder
fn default() -> BookmarkListBuilder
Returns the “default value” for a type. Read more
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more