pub struct StartRuleUsageTrackingParams {}Expand description
Enables the selector recording. startRuleUsageTracking
Implementations§
source§impl StartRuleUsageTrackingParams
 
impl StartRuleUsageTrackingParams
pub const IDENTIFIER: &'static str = "CSS.startRuleUsageTracking"
Trait Implementations§
source§impl Clone for StartRuleUsageTrackingParams
 
impl Clone for StartRuleUsageTrackingParams
source§fn clone(&self) -> StartRuleUsageTrackingParams
 
fn clone(&self) -> StartRuleUsageTrackingParams
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresource§impl Command for StartRuleUsageTrackingParams
 
impl Command for StartRuleUsageTrackingParams
§type Response = StartRuleUsageTrackingReturns
 
type Response = StartRuleUsageTrackingReturns
The type of the response this request triggers on the chromium server
source§impl Debug for StartRuleUsageTrackingParams
 
impl Debug for StartRuleUsageTrackingParams
source§impl Default for StartRuleUsageTrackingParams
 
impl Default for StartRuleUsageTrackingParams
source§fn default() -> StartRuleUsageTrackingParams
 
fn default() -> StartRuleUsageTrackingParams
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for StartRuleUsageTrackingParams
 
impl<'de> Deserialize<'de> for StartRuleUsageTrackingParams
source§fn deserialize<__D>(
    __deserializer: __D
) -> Result<StartRuleUsageTrackingParams, <__D as Deserializer<'de>>::Error>where
    __D: Deserializer<'de>,
 
fn deserialize<__D>(
    __deserializer: __D
) -> Result<StartRuleUsageTrackingParams, <__D as Deserializer<'de>>::Error>where
    __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Method for StartRuleUsageTrackingParams
 
impl Method for StartRuleUsageTrackingParams
source§fn identifier(&self) -> Cow<'static, str>
 
fn identifier(&self) -> Cow<'static, str>
The whole string identifier for this method like: 
DOM.removeNodesource§fn domain_name(&self) -> Cow<'static, str>
 
fn domain_name(&self) -> Cow<'static, str>
The name of the domain this method belongs to: 
DOMsource§fn method_name(&self) -> Cow<'static, str>
 
fn method_name(&self) -> Cow<'static, str>
The standalone identifier of the method inside the domain: 
removeNodesource§impl PartialEq for StartRuleUsageTrackingParams
 
impl PartialEq for StartRuleUsageTrackingParams
source§fn eq(&self, other: &StartRuleUsageTrackingParams) -> bool
 
fn eq(&self, other: &StartRuleUsageTrackingParams) -> bool
This method tests for 
self and other values to be equal, and is used
by ==.source§impl Serialize for StartRuleUsageTrackingParams
 
impl Serialize for StartRuleUsageTrackingParams
source§fn serialize<__S>(
    &self,
    __serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
    __S: Serializer,
 
fn serialize<__S>(
    &self,
    __serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
    __S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl StructuralPartialEq for StartRuleUsageTrackingParams
Auto Trait Implementations§
impl RefUnwindSafe for StartRuleUsageTrackingParams
impl Send for StartRuleUsageTrackingParams
impl Sync for StartRuleUsageTrackingParams
impl Unpin for StartRuleUsageTrackingParams
impl UnwindSafe for StartRuleUsageTrackingParams
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more