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