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

The resulting key text after modification.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

impl<'a, 'b> HasCdpCommand<'a> for SetKeyframeKeyResponse<'b>
[src]