Struct cdp::animation::ReleaseAnimationsCommand [] [src]

pub struct ReleaseAnimationsCommand<'a> {
    pub animations: Vec<Cow<'a, str>>,
}

[Experimental] Releases a set of animations to no longer be manipulated.

Command Animation.releaseAnimations

Domain Module: cdp::animation
Command Struct: cdp::animation::ReleaseAnimationsCommand
Response Struct: cdp::animation::ReleaseAnimationsResponse

Fields

List of animation ids to seek.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

COMMAND_NAME: &'static str = "Animation.releaseAnimations"

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

[src]

[src]

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

[src]

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