pub struct SetInspectedNodeCommand { /* private fields */ }Available on crate features
DOM and Runtime and experimental only.Expand description
Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions).
Implementations§
Trait Implementations§
Source§impl Clone for SetInspectedNodeCommand
impl Clone for SetInspectedNodeCommand
Source§fn clone(&self) -> SetInspectedNodeCommand
fn clone(&self) -> SetInspectedNodeCommand
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 Command for SetInspectedNodeCommand
impl Command for SetInspectedNodeCommand
Source§impl Debug for SetInspectedNodeCommand
impl Debug for SetInspectedNodeCommand
Source§impl Deref for SetInspectedNodeCommand
impl Deref for SetInspectedNodeCommand
Source§impl<'de> Deserialize<'de> for SetInspectedNodeCommand
impl<'de> Deserialize<'de> for SetInspectedNodeCommand
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
Auto Trait Implementations§
impl Freeze for SetInspectedNodeCommand
impl RefUnwindSafe for SetInspectedNodeCommand
impl Send for SetInspectedNodeCommand
impl Sync for SetInspectedNodeCommand
impl Unpin for SetInspectedNodeCommand
impl UnwindSafe for SetInspectedNodeCommand
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