Struct cdp::animation::AnimationCanceledEvent [] [src]

pub struct AnimationCanceledEvent<'a> {
    pub id: Cow<'a, str>,
}

[Experimental] Event for when an animation has been cancelled.

Event Animation.animationCanceled

Domain Module: cdp::animation
Event Struct: cdp::animation::AnimationCanceledEvent

Fields

Id of the animation that was cancelled.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

EVENT_NAME: &'static str = "Animation.animationCanceled"

impl<'a> SerializeCdpEvent for AnimationCanceledEvent<'a>
[src]

[src]

[src]

impl<'de, 'a> DeserializeCdpEvent<'de> for AnimationCanceledEvent<'a>
[src]

[src]