pub struct DeleteResult {
pub deleted_count: u32,
}
Fields§
§deleted_count: u32
Trait Implementations§
Source§impl Debug for DeleteResult
impl Debug for DeleteResult
Auto Trait Implementations§
impl Freeze for DeleteResult
impl RefUnwindSafe for DeleteResult
impl Send for DeleteResult
impl Sync for DeleteResult
impl Unpin for DeleteResult
impl UnwindSafe for DeleteResult
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