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
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for SettingsUpdateimpl Send for SettingsUpdateimpl Sync for SettingsUpdateimpl Unpin for SettingsUpdateimpl UnwindSafe for SettingsUpdateBlanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. 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