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
model: BoxModel
Box model for the node.
Trait Implementations
impl Clone for GetBoxModelResponse
[src]
fn clone(&self) -> GetBoxModelResponse
[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 GetBoxModelResponse
[src]
impl PartialEq for GetBoxModelResponse
[src]
fn eq(&self, __arg_0: &GetBoxModelResponse) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &GetBoxModelResponse) -> bool
[src]
This method tests for !=
.
impl CdpCommand for GetBoxModelResponse
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "DOM.getBoxModel"