Enum meilisearch_sdk::progress::RankingRule [−][src]
pub enum RankingRule {
Typo,
Words,
Proximity,
Attribute,
WordsPosition,
Exactness,
Asc(String),
Desc(String),
}Variants
Asc(String)Desc(String)Trait Implementations
impl Clone for RankingRule[src]
impl Clone for RankingRule[src]fn clone(&self) -> RankingRule[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'de> Deserialize<'de> for RankingRule[src]
impl<'de> Deserialize<'de> for RankingRule[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for RankingRule
impl RefUnwindSafe for RankingRuleimpl Send for RankingRule
impl Send for RankingRuleimpl Sync for RankingRule
impl Sync for RankingRuleimpl Unpin for RankingRule
impl Unpin for RankingRuleimpl UnwindSafe for RankingRule
impl UnwindSafe for RankingRuleBlanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [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> 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>,