Struct cdp::debugger::PauseResponse [] [src]

pub struct PauseResponse;

Stops on the next JavaScript statement.

Command Debugger.pause

Domain Module: cdp::debugger
Command Struct: cdp::debugger::PauseCommand
Response Struct: cdp::debugger::PauseResponse

Trait Implementations

impl Clone for PauseResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PauseResponse
[src]

[src]

Formats the value using the given formatter.

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

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl CdpCommand for PauseResponse
[src]

COMMAND_NAME: &'static str = "Debugger.pause"

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