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

New id of the moved node.

Trait Implementations

impl Clone for MoveToResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for MoveToResponse
[src]

[src]

Formats the value using the given formatter.

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

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

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