Struct gtk4::SliceListModelBuilder [−][src]
pub struct SliceListModelBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct SliceListModel
objects.
Implementations
Create a new SliceListModelBuilder
.
Build the SliceListModel
.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for SliceListModelBuilder
impl !Send for SliceListModelBuilder
impl !Sync for SliceListModelBuilder
impl Unpin for SliceListModelBuilder
impl UnwindSafe for SliceListModelBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more