Struct meilisearch_sdk::indexes::IndexStats [−][src]
pub struct IndexStats {
pub number_of_documents: usize,
pub is_indexing: bool,
pub fields_distribution: HashMap<String, usize>,
}Fields
number_of_documents: usizeis_indexing: boolfields_distribution: HashMap<String, usize>Trait Implementations
impl<'de> Deserialize<'de> for IndexStats[src]
impl<'de> Deserialize<'de> for IndexStats[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
Auto Trait Implementations
impl RefUnwindSafe for IndexStats
impl RefUnwindSafe for IndexStatsimpl Send for IndexStats
impl Send for IndexStatsimpl Sync for IndexStats
impl Sync for IndexStatsimpl Unpin for IndexStats
impl Unpin for IndexStatsimpl UnwindSafe for IndexStats
impl UnwindSafe for IndexStatsBlanket 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>,