Struct cdp::dom::SetNodeNameResponse [] [src]

pub struct SetNodeNameResponse {
    pub node_id: NodeId,
}

Sets node name for a node with given id.

Command DOM.setNodeName

Domain Module: cdp::dom
Command Struct: cdp::dom::SetNodeNameCommand
Response Struct: cdp::dom::SetNodeNameResponse

Fields

New node's id.

Trait Implementations

impl Clone for SetNodeNameResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetNodeNameResponse
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SetNodeNameResponse
[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 SetNodeNameResponse
[src]

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

impl<'a> HasCdpCommand<'a> for SetNodeNameResponse
[src]