Struct cdp::dom::GetRelayoutBoundaryResponse [] [src]

pub struct GetRelayoutBoundaryResponse {
    pub node_id: NodeId,
}

[Experimental] Returns the id of the nearest ancestor that is a relayout boundary.

Command DOM.getRelayoutBoundary

Domain Module: cdp::dom
Command Struct: cdp::dom::GetRelayoutBoundaryCommand
Response Struct: cdp::dom::GetRelayoutBoundaryResponse

Fields

Relayout boundary node id for the given node.

Trait Implementations

impl Clone for GetRelayoutBoundaryResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GetRelayoutBoundaryResponse
[src]

[src]

Formats the value using the given formatter.

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

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

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