pub struct UnregisterReturnObject {}Trait Implementations§
Source§impl Clone for UnregisterReturnObject
impl Clone for UnregisterReturnObject
Source§fn clone(&self) -> UnregisterReturnObject
fn clone(&self) -> UnregisterReturnObject
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 UnregisterReturnObject
impl Debug for UnregisterReturnObject
Source§impl<'de> Deserialize<'de> for UnregisterReturnObject
impl<'de> Deserialize<'de> for UnregisterReturnObject
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 UnregisterReturnObject
impl PartialEq for UnregisterReturnObject
Source§impl Serialize for UnregisterReturnObject
impl Serialize for UnregisterReturnObject
impl StructuralPartialEq for UnregisterReturnObject
Auto Trait Implementations§
impl Freeze for UnregisterReturnObject
impl RefUnwindSafe for UnregisterReturnObject
impl Send for UnregisterReturnObject
impl Sync for UnregisterReturnObject
impl Unpin for UnregisterReturnObject
impl UnwindSafe for UnregisterReturnObject
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