Struct cdp::console::ClearMessagesResponse [] [src]

pub struct ClearMessagesResponse;
Deprecated

: This domain is deprecated - use Runtime or Log instead.

Does nothing.

Command Console.clearMessages

Domain Module: cdp::console
Command Struct: cdp::console::ClearMessagesCommand
Response Struct: cdp::console::ClearMessagesResponse

Trait Implementations

impl Clone for ClearMessagesResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ClearMessagesResponse
[src]

[src]

Formats the value using the given formatter.

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

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl CdpCommand for ClearMessagesResponse
[src]

COMMAND_NAME: &'static str = "Console.clearMessages"

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