Struct cdp::css::SetMediaTextResponse
[−]
[src]
pub struct SetMediaTextResponse<'a> { pub media: CssMedia<'a>, }
[Experimental] Modifies the rule selector.
Command CSS.setMediaText
Domain Module: cdp::css
Command Struct: cdp::css::SetMediaTextCommand
Response Struct: cdp::css::SetMediaTextResponse
Fields
media: CssMedia<'a>
The resulting CSS media rule after modification.
Trait Implementations
impl<'a> Clone for SetMediaTextResponse<'a>
[src]
fn clone(&self) -> SetMediaTextResponse<'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 SetMediaTextResponse<'a>
[src]
impl<'a> PartialEq for SetMediaTextResponse<'a>
[src]
fn eq(&self, __arg_0: &SetMediaTextResponse<'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: &SetMediaTextResponse<'a>) -> bool
[src]
This method tests for !=
.
impl<'a> CdpCommand for SetMediaTextResponse<'a>
[src]
const COMMAND_NAME: &'static str
COMMAND_NAME: &'static str = "CSS.setMediaText"