Struct meilisearch_sdk::client::ClientStats [−][src]
pub struct ClientStats {
pub database_size: usize,
pub last_update: Option<String>,
pub indexes: HashMap<String, IndexStats>,
}Fields
database_size: usizelast_update: Option<String>indexes: HashMap<String, IndexStats>Trait Implementations
impl<'de> Deserialize<'de> for ClientStats[src]
impl<'de> Deserialize<'de> for ClientStats[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for ClientStats
impl RefUnwindSafe for ClientStatsimpl Send for ClientStats
impl Send for ClientStatsimpl Sync for ClientStats
impl Sync for ClientStatsimpl Unpin for ClientStats
impl Unpin for ClientStatsimpl UnwindSafe for ClientStats
impl UnwindSafe for ClientStatsBlanket 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>,