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