Enum meilisearch_sdk::progress::UpdateState [−][src]
pub enum UpdateState<T> {
Update(T),
Clear,
Nothing,
}Variants
Trait Implementations
impl<T: Clone> Clone for UpdateState<T>[src]
impl<T: Clone> Clone for UpdateState<T>[src]fn clone(&self) -> UpdateState<T>[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'de, T> Deserialize<'de> for UpdateState<T> where
T: Deserialize<'de>, [src]
impl<'de, T> Deserialize<'de> for UpdateState<T> where
T: Deserialize<'de>, [src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl<T> RefUnwindSafe for UpdateState<T> where
T: RefUnwindSafe,
impl<T> RefUnwindSafe for UpdateState<T> where
T: RefUnwindSafe, impl<T> Send for UpdateState<T> where
T: Send,
impl<T> Send for UpdateState<T> where
T: Send, impl<T> Sync for UpdateState<T> where
T: Sync,
impl<T> Sync for UpdateState<T> where
T: Sync, impl<T> Unpin for UpdateState<T> where
T: Unpin,
impl<T> Unpin for UpdateState<T> where
T: Unpin, impl<T> UnwindSafe for UpdateState<T> where
T: UnwindSafe,
impl<T> UnwindSafe for UpdateState<T> where
T: UnwindSafe, Blanket 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>,