Struct cdp::css::SetKeyframeKeyCommand [] [src]

pub struct SetKeyframeKeyCommand<'a> {
    pub style_sheet_id: StyleSheetId<'a>,
    pub range: SourceRange,
    pub key_text: Cow<'a, str>,
}

[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

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

impl<'a> SerializeCdpCommand for SetKeyframeKeyCommand<'a>
[src]

[src]

[src]

impl<'de, 'a> DeserializeCdpCommand<'de> for SetKeyframeKeyCommand<'a>
[src]

[src]

impl<'b, 'a> HasCdpResponse<'b> for SetKeyframeKeyCommand<'a>
[src]