Struct cdp::dom::GetBoxModelCommand [] [src]

pub struct GetBoxModelCommand<'a> {
    pub node_id: Option<NodeId>,
    pub backend_node_id: Option<BackendNodeId>,
    pub object_id: Option<RemoteObjectId<'a>>,
}

[Experimental] Returns boxes for the currently selected nodes.

Command DOM.getBoxModel

Domain Module: cdp::dom
Command Struct: cdp::dom::GetBoxModelCommand
Response Struct: cdp::dom::GetBoxModelResponse

Fields

Identifier of the node.

Identifier of the backend node.

JavaScript object id of the node wrapper.

Trait Implementations

impl<'a> Clone for GetBoxModelCommand<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for GetBoxModelCommand<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for GetBoxModelCommand<'a>
[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<'a> CdpCommand for GetBoxModelCommand<'a>
[src]

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

impl<'a> SerializeCdpCommand for GetBoxModelCommand<'a>
[src]

[src]

[src]

impl<'de, 'a> DeserializeCdpCommand<'de> for GetBoxModelCommand<'a>
[src]

[src]

impl<'b, 'a> HasCdpResponse<'b> for GetBoxModelCommand<'a>
[src]