Struct meilisearch_sdk::tasks::IndexDeletion
source · pub struct IndexDeletion {
pub deleted_documents: Option<usize>,
}Fields§
§deleted_documents: Option<usize>Trait Implementations§
source§impl Clone for IndexDeletion
impl Clone for IndexDeletion
source§fn clone(&self) -> IndexDeletion
fn clone(&self) -> IndexDeletion
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for IndexDeletion
impl Debug for IndexDeletion
source§impl<'de> Deserialize<'de> for IndexDeletion
impl<'de> Deserialize<'de> for IndexDeletion
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more