pub struct DeleteResult {
pub deleted: Deleted,
pub error: Error,
}
Fields§
§deleted: Deleted
§error: Error
Trait Implementations§
Source§impl Debug for DeleteResult
impl Debug for DeleteResult
Source§impl<'de> Deserialize<'de> for DeleteResult
impl<'de> Deserialize<'de> for DeleteResult
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
Source§impl PartialEq for DeleteResult
impl PartialEq for DeleteResult
Source§impl Serialize for DeleteResult
impl Serialize for DeleteResult
impl StructuralPartialEq 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