Struct cdp::dom::GetOuterHtmlCommand [] [src]

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

Returns node's HTML markup.

Command DOM.getOuterHTML

Domain Module: cdp::dom
Command Struct: cdp::dom::GetOuterHtmlCommand
Response Struct: cdp::dom::GetOuterHtmlResponse

Fields

Identifier of the node.

Identifier of the backend node.

JavaScript object id of the node wrapper.

Trait Implementations

impl<'a> Clone for GetOuterHtmlCommand<'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 GetOuterHtmlCommand<'a>
[src]

[src]

Formats the value using the given formatter.

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

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

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

[src]

[src]

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

[src]

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