Struct cdp::runtime::DiscardConsoleEntriesCommand [] [src]

pub struct DiscardConsoleEntriesCommand;

Discards collected exceptions and console API calls.

Command Runtime.discardConsoleEntries

Domain Module: cdp::runtime
Command Struct: cdp::runtime::DiscardConsoleEntriesCommand
Response Struct: cdp::runtime::DiscardConsoleEntriesResponse

Trait Implementations

impl Clone for DiscardConsoleEntriesCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for DiscardConsoleEntriesCommand
[src]

[src]

Formats the value using the given formatter.

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

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl CdpCommand for DiscardConsoleEntriesCommand
[src]

COMMAND_NAME: &'static str = "Runtime.discardConsoleEntries"

impl SerializeCdpCommand for DiscardConsoleEntriesCommand
[src]

[src]

[src]

impl<'de> DeserializeCdpCommand<'de> for DiscardConsoleEntriesCommand
[src]

[src]

impl<'b> HasCdpResponse<'b> for DiscardConsoleEntriesCommand
[src]