Struct cdp::dom::SetOuterHtmlResponse [] [src]

pub struct SetOuterHtmlResponse;

Sets node HTML markup, returns new node id.

Command DOM.setOuterHTML

Domain Module: cdp::dom
Command Struct: cdp::dom::SetOuterHtmlCommand
Response Struct: cdp::dom::SetOuterHtmlResponse

Trait Implementations

impl Clone for SetOuterHtmlResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetOuterHtmlResponse
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SetOuterHtmlResponse
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Serialize for SetOuterHtmlResponse
[src]

[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for SetOuterHtmlResponse
[src]

[src]

Deserialize this value from the given Serde deserializer. Read more

impl CdpCommand for SetOuterHtmlResponse
[src]

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

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