Struct cdp::dom::MoveToResponse
[−]
[src]
pub struct MoveToResponse {
pub node_id: NodeId,
}Moves node into the new container, places it before the given anchor.
Command DOM.moveTo
Domain Module: cdp::dom
Command Struct: cdp::dom::MoveToCommand
Response Struct: cdp::dom::MoveToResponse
Fields
node_id: NodeId
New id of the moved node.
Trait Implementations
impl Clone for MoveToResponse[src]
fn clone(&self) -> MoveToResponse[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 MoveToResponse[src]
impl PartialEq for MoveToResponse[src]
fn eq(&self, __arg_0: &MoveToResponse) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &MoveToResponse) -> bool[src]
This method tests for !=.
impl CdpCommand for MoveToResponse[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "DOM.moveTo"