Struct cdp::dom::RemoveNodeCommand [] [src]

pub struct RemoveNodeCommand {
    pub node_id: NodeId,
}

Removes node with given id.

Command DOM.removeNode

Domain Module: cdp::dom
Command Struct: cdp::dom::RemoveNodeCommand
Response Struct: cdp::dom::RemoveNodeResponse

Fields

Id of the node to remove.

Trait Implementations

impl Clone for RemoveNodeCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for RemoveNodeCommand
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for RemoveNodeCommand
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl CdpCommand for RemoveNodeCommand
[src]

COMMAND_NAME: &'static str = "DOM.removeNode"

impl SerializeCdpCommand for RemoveNodeCommand
[src]

[src]

[src]

impl<'de> DeserializeCdpCommand<'de> for RemoveNodeCommand
[src]

[src]

impl<'b> HasCdpResponse<'b> for RemoveNodeCommand
[src]