Struct cdp::css::SetStyleSheetTextResponse [] [src]

pub struct SetStyleSheetTextResponse<'a> {
    pub source_map_url: Option<Cow<'a, str>>,
}

[Experimental] Sets the new stylesheet text.

Command CSS.setStyleSheetText

Domain Module: cdp::css
Command Struct: cdp::css::SetStyleSheetTextCommand
Response Struct: cdp::css::SetStyleSheetTextResponse

Fields

URL of source map associated with script (if any).

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

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