Struct meilisearch_sdk::progress::SettingsUpdate [−][src]
pub struct SettingsUpdate {
pub ranking_rules: UpdateState<Vec<RankingRule>>,
pub distinct_attribute: UpdateState<String>,
pub searchable_attributes: UpdateState<Vec<String>>,
pub displayed_attributes: UpdateState<BTreeSet<String>>,
pub stop_words: UpdateState<BTreeSet<String>>,
pub synonyms: UpdateState<BTreeMap<String, Vec<String>>>,
pub attributes_for_faceting: UpdateState<Vec<String>>,
}Fields
ranking_rules: UpdateState<Vec<RankingRule>>distinct_attribute: UpdateState<String>searchable_attributes: UpdateState<Vec<String>>displayed_attributes: UpdateState<BTreeSet<String>>stop_words: UpdateState<BTreeSet<String>>synonyms: UpdateState<BTreeMap<String, Vec<String>>>attributes_for_faceting: UpdateState<Vec<String>>Trait Implementations
impl Clone for SettingsUpdate[src]
impl Clone for SettingsUpdate[src]fn clone(&self) -> SettingsUpdate[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'de> Deserialize<'de> for SettingsUpdate[src]
impl<'de> Deserialize<'de> for SettingsUpdate[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for SettingsUpdate
impl RefUnwindSafe for SettingsUpdateimpl Send for SettingsUpdate
impl Send for SettingsUpdateimpl Sync for SettingsUpdate
impl Sync for SettingsUpdateimpl Unpin for SettingsUpdate
impl Unpin for SettingsUpdateimpl UnwindSafe for SettingsUpdate
impl UnwindSafe for SettingsUpdateBlanket 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>,