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
Auto Trait Implementations§
impl RefUnwindSafe for IndexDeletion
impl Send for IndexDeletion
impl Sync for IndexDeletion
impl Unpin for IndexDeletion
impl UnwindSafe for IndexDeletion
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more