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
rule_usage: Vec<RuleUsage<'a>>
Trait Implementations
impl<'a> Clone for StopRuleUsageTrackingResponse<'a>
[src]
fn clone(&self) -> StopRuleUsageTrackingResponse<'a>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl<'a> Debug for StopRuleUsageTrackingResponse<'a>
[src]
impl<'a> PartialEq for StopRuleUsageTrackingResponse<'a>
[src]
fn eq(&self, __arg_0: &StopRuleUsageTrackingResponse<'a>) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &StopRuleUsageTrackingResponse<'a>) -> bool
[src]
This method tests for !=
.
impl<'a> CdpCommand for StopRuleUsageTrackingResponse<'a>
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "CSS.stopRuleUsageTracking"