pub struct SetShowInspectedElementAnchor {
pub inspected_element_anchor_config: InspectedElementAnchorConfig,
}Fields§
§inspected_element_anchor_config: InspectedElementAnchorConfigNode identifier for which to show an anchor for.
Trait Implementations§
Source§impl Clone for SetShowInspectedElementAnchor
impl Clone for SetShowInspectedElementAnchor
Source§fn clone(&self) -> SetShowInspectedElementAnchor
fn clone(&self) -> SetShowInspectedElementAnchor
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 SetShowInspectedElementAnchor
impl<'de> Deserialize<'de> for SetShowInspectedElementAnchor
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 Method for SetShowInspectedElementAnchor
impl Method for SetShowInspectedElementAnchor
const NAME: &'static str = "Overlay.setShowInspectedElementAnchor"
type ReturnObject = SetShowInspectedElementAnchorReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetShowInspectedElementAnchor
impl PartialEq for SetShowInspectedElementAnchor
Source§fn eq(&self, other: &SetShowInspectedElementAnchor) -> bool
fn eq(&self, other: &SetShowInspectedElementAnchor) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetShowInspectedElementAnchor
Auto Trait Implementations§
impl Freeze for SetShowInspectedElementAnchor
impl RefUnwindSafe for SetShowInspectedElementAnchor
impl Send for SetShowInspectedElementAnchor
impl Sync for SetShowInspectedElementAnchor
impl Unpin for SetShowInspectedElementAnchor
impl UnsafeUnpin for SetShowInspectedElementAnchor
impl UnwindSafe for SetShowInspectedElementAnchor
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