Struct cdp::debugger::SetAsyncCallStackDepthCommand [] [src]

pub struct SetAsyncCallStackDepthCommand {
    pub max_depth: i32,
}

Enables or disables async call stacks tracking.

Command Debugger.setAsyncCallStackDepth

Domain Module: cdp::debugger
Command Struct: cdp::debugger::SetAsyncCallStackDepthCommand
Response Struct: cdp::debugger::SetAsyncCallStackDepthResponse

Fields

Maximum depth of async call stacks. Setting to 0 will effectively disable collecting async call stacks (default).

Trait Implementations

impl Clone for SetAsyncCallStackDepthCommand
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetAsyncCallStackDepthCommand
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for SetAsyncCallStackDepthCommand
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl CdpCommand for SetAsyncCallStackDepthCommand
[src]

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

impl SerializeCdpCommand for SetAsyncCallStackDepthCommand
[src]

[src]

[src]

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

[src]

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