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