Struct cdp::css::StopRuleUsageTrackingResponse [] [src]

pub struct StopRuleUsageTrackingResponse<'a> {
    pub rule_usage: Vec<RuleUsage<'a>>,
}

[Experimental] The list of rules with an indication of whether these were used

Command CSS.stopRuleUsageTracking

Domain Module: cdp::css
Command Struct: cdp::css::StopRuleUsageTrackingCommand
Response Struct: cdp::css::StopRuleUsageTrackingResponse

Fields

Trait Implementations

impl<'a> Clone for StopRuleUsageTrackingResponse<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for StopRuleUsageTrackingResponse<'a>
[src]

[src]

Formats the value using the given formatter.

impl<'a> PartialEq for StopRuleUsageTrackingResponse<'a>
[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<'a> CdpCommand for StopRuleUsageTrackingResponse<'a>
[src]

COMMAND_NAME: &'static str = "CSS.stopRuleUsageTracking"

impl<'a, 'b> HasCdpCommand<'a> for StopRuleUsageTrackingResponse<'b>
[src]