pub struct SetShowInspectedElementAnchorReturnObject(pub Option<Value>);Tuple Fields§
§0: Option<Value>Trait Implementations§
Source§impl Clone for SetShowInspectedElementAnchorReturnObject
impl Clone for SetShowInspectedElementAnchorReturnObject
Source§fn clone(&self) -> SetShowInspectedElementAnchorReturnObject
fn clone(&self) -> SetShowInspectedElementAnchorReturnObject
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<'de> Deserialize<'de> for SetShowInspectedElementAnchorReturnObject
impl<'de> Deserialize<'de> for SetShowInspectedElementAnchorReturnObject
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 SetShowInspectedElementAnchorReturnObject
impl PartialEq for SetShowInspectedElementAnchorReturnObject
Source§fn eq(&self, other: &SetShowInspectedElementAnchorReturnObject) -> bool
fn eq(&self, other: &SetShowInspectedElementAnchorReturnObject) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetShowInspectedElementAnchorReturnObject
Auto Trait Implementations§
impl Freeze for SetShowInspectedElementAnchorReturnObject
impl RefUnwindSafe for SetShowInspectedElementAnchorReturnObject
impl Send for SetShowInspectedElementAnchorReturnObject
impl Sync for SetShowInspectedElementAnchorReturnObject
impl Unpin for SetShowInspectedElementAnchorReturnObject
impl UnsafeUnpin for SetShowInspectedElementAnchorReturnObject
impl UnwindSafe for SetShowInspectedElementAnchorReturnObject
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