Struct meilisearch_sdk::errors::UnknownErrorCode [−][src]
pub struct UnknownErrorCode(_);
Trait Implementations
impl Clone for UnknownErrorCode[src]
impl Clone for UnknownErrorCode[src]fn clone(&self) -> UnknownErrorCode[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
Auto Trait Implementations
impl RefUnwindSafe for UnknownErrorCode
impl RefUnwindSafe for UnknownErrorCodeimpl Send for UnknownErrorCode
impl Send for UnknownErrorCodeimpl Sync for UnknownErrorCode
impl Sync for UnknownErrorCodeimpl Unpin for UnknownErrorCode
impl Unpin for UnknownErrorCodeimpl UnwindSafe for UnknownErrorCode
impl UnwindSafe for UnknownErrorCodeBlanket Implementations
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>,