pub struct DeleteEntryResult {}Trait Implementations§
Source§impl Clone for DeleteEntryResult
impl Clone for DeleteEntryResult
Source§fn clone(&self) -> DeleteEntryResult
fn clone(&self) -> DeleteEntryResult
Returns a duplicate 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 DeleteEntryResult
impl Debug for DeleteEntryResult
Source§impl Default for DeleteEntryResult
impl Default for DeleteEntryResult
Source§fn default() -> DeleteEntryResult
fn default() -> DeleteEntryResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DeleteEntryResult
impl<'de> Deserialize<'de> for DeleteEntryResult
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 DeleteEntryResult
impl PartialEq for DeleteEntryResult
Source§impl Serialize for DeleteEntryResult
impl Serialize for DeleteEntryResult
Source§impl TryFrom<Value> for DeleteEntryResult
impl TryFrom<Value> for DeleteEntryResult
impl StructuralPartialEq for DeleteEntryResult
Auto Trait Implementations§
impl Freeze for DeleteEntryResult
impl RefUnwindSafe for DeleteEntryResult
impl Send for DeleteEntryResult
impl Sync for DeleteEntryResult
impl Unpin for DeleteEntryResult
impl UnsafeUnpin for DeleteEntryResult
impl UnwindSafe for DeleteEntryResult
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