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
source_map_url: Option<Cow<'a, str>>
URL of source map associated with script (if any).
Trait Implementations
impl<'a> Clone for SetStyleSheetTextResponse<'a>
[src]
fn clone(&self) -> SetStyleSheetTextResponse<'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 SetStyleSheetTextResponse<'a>
[src]
impl<'a> PartialEq for SetStyleSheetTextResponse<'a>
[src]
fn eq(&self, __arg_0: &SetStyleSheetTextResponse<'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: &SetStyleSheetTextResponse<'a>) -> bool
[src]
This method tests for !=
.
impl<'a> CdpCommand for SetStyleSheetTextResponse<'a>
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "CSS.setStyleSheetText"