Struct gtk4::StringSorterBuilder [−][src]
pub struct StringSorterBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct StringSorter
objects.
Implementations
Create a new StringSorterBuilder
.
Build the StringSorter
.
The expression to evaluate on item to get a string to compare with.
If matching is case sensitive.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for StringSorterBuilder
impl !Send for StringSorterBuilder
impl !Sync for StringSorterBuilder
impl Unpin for StringSorterBuilder
impl UnwindSafe for StringSorterBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more