Enum meilisearch_sdk::progress::UpdateType [−][src]
pub enum UpdateType {
ClearAll,
Customs,
DocumentsAddition {
number: usize,
},
DocumentsPartial {
number: usize,
},
DocumentsDeletion {
number: usize,
},
Settings {
settings: Box<SettingsUpdate>,
},
}Variants
Show fields
Fields of DocumentsAddition
number: usizeShow fields
Fields of DocumentsPartial
number: usizeShow fields
Fields of DocumentsDeletion
number: usizeShow fields
Fields of Settings
settings: Box<SettingsUpdate>Trait Implementations
impl Clone for UpdateType[src]
impl Clone for UpdateType[src]fn clone(&self) -> UpdateType[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'de> Deserialize<'de> for UpdateType[src]
impl<'de> Deserialize<'de> for UpdateType[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for UpdateType
impl RefUnwindSafe for UpdateTypeimpl Send for UpdateType
impl Send for UpdateTypeimpl Sync for UpdateType
impl Sync for UpdateTypeimpl Unpin for UpdateType
impl Unpin for UpdateTypeimpl UnwindSafe for UpdateType
impl UnwindSafe for UpdateTypeBlanket 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>,