pub struct DescribeNodeCommand { /* private fields */ }Available on crate features
DOM and Runtime only.Expand description
Describes node given its id, does not require domain to be enabled. Does not start tracking any objects, can be used for automation.
Implementations§
Source§impl DescribeNodeCommand
impl DescribeNodeCommand
pub fn builder() -> DescribeNodeCommandBuilder
Sourcepub fn backend_node_id(&self) -> Option<&BackendNodeId>
pub fn backend_node_id(&self) -> Option<&BackendNodeId>
Identifier of the backend node.
Sourcepub fn object_id(&self) -> Option<&RemoteObjectId>
pub fn object_id(&self) -> Option<&RemoteObjectId>
JavaScript object id of the node wrapper.
Trait Implementations§
Source§impl Clone for DescribeNodeCommand
impl Clone for DescribeNodeCommand
Source§fn clone(&self) -> DescribeNodeCommand
fn clone(&self) -> DescribeNodeCommand
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 DescribeNodeCommand
impl Command for DescribeNodeCommand
Source§impl Debug for DescribeNodeCommand
impl Debug for DescribeNodeCommand
Source§impl<'de> Deserialize<'de> for DescribeNodeCommand
impl<'de> Deserialize<'de> for DescribeNodeCommand
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 DescribeNodeCommand
impl RefUnwindSafe for DescribeNodeCommand
impl Send for DescribeNodeCommand
impl Sync for DescribeNodeCommand
impl Unpin for DescribeNodeCommand
impl UnwindSafe for DescribeNodeCommand
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