Enum meilisearch_sdk::progress::UpdateStatus [−][src]
pub enum UpdateStatus {
Enqueued {
content: EnqueuedUpdateResult,
},
Failed {
content: ProcessedUpdateResult,
},
Processed {
content: ProcessedUpdateResult,
},
}Variants
Show fields
Fields of Enqueued
content: EnqueuedUpdateResultShow fields
Fields of Failed
content: ProcessedUpdateResultShow fields
Fields of Processed
content: ProcessedUpdateResultTrait Implementations
impl Clone for UpdateStatus[src]
impl Clone for UpdateStatus[src]fn clone(&self) -> UpdateStatus[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'de> Deserialize<'de> for UpdateStatus[src]
impl<'de> Deserialize<'de> for UpdateStatus[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for UpdateStatus
impl RefUnwindSafe for UpdateStatusimpl Send for UpdateStatus
impl Send for UpdateStatusimpl Sync for UpdateStatus
impl Sync for UpdateStatusimpl Unpin for UpdateStatus
impl Unpin for UpdateStatusimpl UnwindSafe for UpdateStatus
impl UnwindSafe for UpdateStatusBlanket 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>,