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
node_id: NodeId
New node's id.
Trait Implementations
impl Clone for SetNodeNameResponse[src]
fn clone(&self) -> SetNodeNameResponse[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Debug for SetNodeNameResponse[src]
impl PartialEq for SetNodeNameResponse[src]
fn eq(&self, __arg_0: &SetNodeNameResponse) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &SetNodeNameResponse) -> bool[src]
This method tests for !=.
impl CdpCommand for SetNodeNameResponse[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "DOM.setNodeName"