Enum meilisearch_sdk::search::Selectors [−][src]
pub enum Selectors<T> {
Some(T),
All,
}Expand description
Some list fields in a Query can be set to a wildcard value.
This structure allows you to choose between the wildcard value and an exhaustive list of selectors.
Variants
Some(T)
A list of selectors
All
The wildcard
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Selectors<T> where
T: RefUnwindSafe,
impl<T> UnwindSafe for Selectors<T> where
T: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
