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 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§
source§impl Clone for BookmarkListBuilder
impl Clone for BookmarkListBuilder
source§fn clone(&self) -> BookmarkListBuilder
fn clone(&self) -> BookmarkListBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for BookmarkListBuilder
impl Default for BookmarkListBuilder
source§fn default() -> BookmarkListBuilder
fn default() -> BookmarkListBuilder
Returns the “default value” for a type. Read more