Struct cdp::css::CreateStyleSheetResponse [] [src]

pub struct CreateStyleSheetResponse<'a> {
    pub style_sheet_id: StyleSheetId<'a>,
}

[Experimental] Creates a new special "via-inspector" stylesheet in the frame with given frameId.

Command CSS.createStyleSheet

Domain Module: cdp::css
Command Struct: cdp::css::CreateStyleSheetCommand
Response Struct: cdp::css::CreateStyleSheetResponse

Fields

Identifier of the created "via-inspector" stylesheet.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

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