Struct cdp::animation::AnimationCreatedEvent [] [src]

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

[Experimental] Event for each animation that has been created.

Event Animation.animationCreated

Domain Module: cdp::animation
Event Struct: cdp::animation::AnimationCreatedEvent

Fields

Id of the animation that was created.

Trait Implementations

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

[src]

Formats the value using the given formatter.

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

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

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

[src]

[src]

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

[src]