pub struct SetInspectedNodeParams {
pub nodeId: NodeId,
}Expand description
Enables console to refer to the node with given id via $x (see Command Line API for more details $x functions).
Fields§
§nodeId: NodeIdDOM node id to be accessible by means of $x command line API.
Implementations§
Trait Implementations§
Source§impl CdpCommand for SetInspectedNodeParams
impl CdpCommand for SetInspectedNodeParams
Source§impl Clone for SetInspectedNodeParams
impl Clone for SetInspectedNodeParams
Source§fn clone(&self) -> SetInspectedNodeParams
fn clone(&self) -> SetInspectedNodeParams
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 SetInspectedNodeParams
impl Debug for SetInspectedNodeParams
Source§impl Default for SetInspectedNodeParams
impl Default for SetInspectedNodeParams
Source§fn default() -> SetInspectedNodeParams
fn default() -> SetInspectedNodeParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetInspectedNodeParams
impl<'de> Deserialize<'de> for SetInspectedNodeParams
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 SetInspectedNodeParams
impl RefUnwindSafe for SetInspectedNodeParams
impl Send for SetInspectedNodeParams
impl Sync for SetInspectedNodeParams
impl Unpin for SetInspectedNodeParams
impl UnsafeUnpin for SetInspectedNodeParams
impl UnwindSafe for SetInspectedNodeParams
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