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