Struct cdp::profiler::SetSamplingIntervalResponse [] [src]

pub struct SetSamplingIntervalResponse;

Changes CPU profiler sampling interval. Must be called before CPU profiles recording started.

Command Profiler.setSamplingInterval

Domain Module: cdp::profiler
Command Struct: cdp::profiler::SetSamplingIntervalCommand
Response Struct: cdp::profiler::SetSamplingIntervalResponse

Trait Implementations

impl Clone for SetSamplingIntervalResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SetSamplingIntervalResponse
[src]

[src]

Formats the value using the given formatter.

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

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl CdpCommand for SetSamplingIntervalResponse
[src]

COMMAND_NAME: &'static str = "Profiler.setSamplingInterval"

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