Struct cdp::memory::PrepareForLeakDetectionCommand [] [src]

pub struct PrepareForLeakDetectionCommand;

[Experimental]

Command Memory.prepareForLeakDetection

Domain Module: cdp::memory
Command Struct: cdp::memory::PrepareForLeakDetectionCommand
Response Struct: cdp::memory::PrepareForLeakDetectionResponse

Trait Implementations

impl Clone for PrepareForLeakDetectionCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PrepareForLeakDetectionCommand
[src]

[src]

Formats the value using the given formatter.

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

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl CdpCommand for PrepareForLeakDetectionCommand
[src]

COMMAND_NAME: &'static str = "Memory.prepareForLeakDetection"

impl SerializeCdpCommand for PrepareForLeakDetectionCommand
[src]

[src]

[src]

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

[src]

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