Struct cdp::css::SetMediaTextCommand [] [src]

pub struct SetMediaTextCommand<'a> {
    pub style_sheet_id: StyleSheetId<'a>,
    pub range: SourceRange,
    pub text: Cow<'a, str>,
}

[Experimental] Modifies the rule selector.

Command CSS.setMediaText

Domain Module: cdp::css
Command Struct: cdp::css::SetMediaTextCommand
Response Struct: cdp::css::SetMediaTextResponse

Fields

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

impl<'a> SerializeCdpCommand for SetMediaTextCommand<'a>
[src]

[src]

[src]

impl<'de, 'a> DeserializeCdpCommand<'de> for SetMediaTextCommand<'a>
[src]

[src]

impl<'b, 'a> HasCdpResponse<'b> for SetMediaTextCommand<'a>
[src]