Enum meilisearch_sdk::search::Selectors [−][src]
pub enum Selectors<T> {
Some(T),
All,
}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
A list of selectors
The wildcard
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for Selectors<T> where
T: RefUnwindSafe,
impl<T> RefUnwindSafe for Selectors<T> where
T: RefUnwindSafe, impl<T> UnwindSafe for Selectors<T> where
T: UnwindSafe,
impl<T> UnwindSafe for Selectors<T> where
T: UnwindSafe, Blanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> WithSubscriber for T[src]
impl<T> WithSubscriber for T[src]pub fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>, [src]
S: Into<Dispatch>,