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
style_sheet_id: StyleSheetId<'a>
Identifier of the created "via-inspector" stylesheet.
Trait Implementations
impl<'a> Clone for CreateStyleSheetResponse<'a>
[src]
fn clone(&self) -> CreateStyleSheetResponse<'a>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl<'a> Debug for CreateStyleSheetResponse<'a>
[src]
impl<'a> PartialEq for CreateStyleSheetResponse<'a>
[src]
fn eq(&self, __arg_0: &CreateStyleSheetResponse<'a>) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &CreateStyleSheetResponse<'a>) -> bool
[src]
This method tests for !=
.
impl<'a> CdpCommand for CreateStyleSheetResponse<'a>
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "CSS.createStyleSheet"