Struct cdp::css::SetMediaTextResponse [] [src]

pub struct SetMediaTextResponse<'a> {
    pub media: CssMedia<'a>,
}

[Experimental] Modifies the rule selector.

Command CSS.setMediaText

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

Fields

The resulting CSS media rule after modification.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

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