Struct cdp::dom::UndoResponse [] [src]

pub struct UndoResponse;

[Experimental] Undoes the last performed action.

Command DOM.undo

Domain Module: cdp::dom
Command Struct: cdp::dom::UndoCommand
Response Struct: cdp::dom::UndoResponse

Trait Implementations

impl Clone for UndoResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for UndoResponse
[src]

[src]

Formats the value using the given formatter.

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

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl CdpCommand for UndoResponse
[src]

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

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