Struct cdp::css::CreateStyleSheetCommand [] [src]

pub struct CreateStyleSheetCommand<'a> {
    pub frame_id: FrameId<'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 frame where "via-inspector" stylesheet should be created.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

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

[src]

[src]

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

[src]

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