Struct cdp::profiler::StopPreciseCoverageResponse [] [src]

pub struct StopPreciseCoverageResponse;

[Experimental] Disable precise code coverage. Disabling releases unnecessary execution count records and allows executing optimized code.

Command Profiler.stopPreciseCoverage

Domain Module: cdp::profiler
Command Struct: cdp::profiler::StopPreciseCoverageCommand
Response Struct: cdp::profiler::StopPreciseCoverageResponse

Trait Implementations

impl Clone for StopPreciseCoverageResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for StopPreciseCoverageResponse
[src]

[src]

Formats the value using the given formatter.

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

[src]

Serialize this value into the given Serde serializer. Read more

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

[src]

Deserialize this value from the given Serde deserializer. Read more

impl CdpCommand for StopPreciseCoverageResponse
[src]

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

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