pub struct IsInCollection<A: AsRef<str>>(_);

Implementations

Trait Implementations

The function which is used to filter something
Helper to invert a filter. Read more
Helper to connect two filters via logical OR Read more
Helper to connect two filters via logical OR and NOT Read more
Helper to connect three filters via logical OR Read more
Helper to connect two filters via logical NOR Read more
Helper to connect two filters via logical XOR Read more
Helper to connect two filters via logical AND Read more
Helper to connect three filters via logical AND Read more
Helper to connect two filters via logical AND and NOT Read more
Helper to connect two filters via logical NAND Read more
Helper to transform the input of a filter Read more
Helper to transform a filter into a FailableFilter Read more
Helper to borrow a filter as a FailbleFilter Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.