pub struct DeleteDocumentsResponse {
pub deleted_count: usize,
}Expand description
Response from deleting documents
Fields§
§deleted_count: usizeTrait Implementations§
Source§impl Debug for DeleteDocumentsResponse
impl Debug for DeleteDocumentsResponse
Auto Trait Implementations§
impl Freeze for DeleteDocumentsResponse
impl RefUnwindSafe for DeleteDocumentsResponse
impl Send for DeleteDocumentsResponse
impl Sync for DeleteDocumentsResponse
impl Unpin for DeleteDocumentsResponse
impl UnsafeUnpin for DeleteDocumentsResponse
impl UnwindSafe for DeleteDocumentsResponse
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