Struct gtk4::NumericSorterBuilder [−][src]
pub struct NumericSorterBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct NumericSorter
objects.
Implementations
Create a new NumericSorterBuilder
.
Build the NumericSorter
.
The expression to evaluate on items to get a number to compare with.
Whether the sorter will sort smaller numbers first.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NumericSorterBuilder
impl !Send for NumericSorterBuilder
impl !Sync for NumericSorterBuilder
impl Unpin for NumericSorterBuilder
impl UnwindSafe for NumericSorterBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more