Struct cdp::css::SetRuleSelectorResponse [] [src]

pub struct SetRuleSelectorResponse<'a> {
    pub selector_list: SelectorList<'a>,
}

[Experimental] Modifies the rule selector.

Command CSS.setRuleSelector

Domain Module: cdp::css
Command Struct: cdp::css::SetRuleSelectorCommand
Response Struct: cdp::css::SetRuleSelectorResponse

Fields

The resulting selector list after modification.

Trait Implementations

impl<'a> Clone for SetRuleSelectorResponse<'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 SetRuleSelectorResponse<'a>
[src]

[src]

Formats the value using the given formatter.

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

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

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