Struct cdp::dom::GetBoxModelResponse [] [src]

pub struct GetBoxModelResponse {
    pub model: BoxModel,
}

[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

Box model for the node.

Trait Implementations

impl Clone for GetBoxModelResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GetBoxModelResponse
[src]

[src]

Formats the value using the given formatter.

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

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

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