Struct cdp::css::SetStyleSheetTextCommand [] [src]

pub struct SetStyleSheetTextCommand<'a> {
    pub style_sheet_id: StyleSheetId<'a>,
    pub text: 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

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

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

[src]

[src]

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

[src]

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