pub struct EnableReturnObject(pub Option<Value>);๐Deprecated
Expand description
Enables headless events for the target.
Tuple Fieldsยง
ยง0: Option<Value>๐Deprecated
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 UnsafeUnpin 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