Struct cdp::animation::AnimationStartedEvent
[−]
[src]
pub struct AnimationStartedEvent<'a> { pub animation: Animation<'a>, }
[Experimental] Event for animation that has been started.
Event Animation.animationStarted
Domain Module: cdp::animation
Event Struct: cdp::animation::AnimationStartedEvent
Fields
animation: Animation<'a>
Animation that was started.
Trait Implementations
impl<'a> Clone for AnimationStartedEvent<'a>
[src]
fn clone(&self) -> AnimationStartedEvent<'a>
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl<'a> Debug for AnimationStartedEvent<'a>
[src]
impl<'a> PartialEq for AnimationStartedEvent<'a>
[src]
fn eq(&self, __arg_0: &AnimationStartedEvent<'a>) -> bool
[src]
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &AnimationStartedEvent<'a>) -> bool
[src]
This method tests for !=
.
impl<'a> CdpEvent for AnimationStartedEvent<'a>
[src]
const EVENT_NAME: &'static str
EVENT_NAME: &'static str = "Animation.animationStarted"
impl<'a> SerializeCdpEvent for AnimationStartedEvent<'a>
[src]
fn event_name(&self) -> &str
[src]
fn serialize_event_params<S>(&self, serializer: S) -> Result<S::Ok, S::Error> where
S: Serializer,
[src]
S: Serializer,
impl<'de, 'a> DeserializeCdpEvent<'de> for AnimationStartedEvent<'a>
[src]
fn deserialize_event<D>(
name: &str,
params: D
) -> Result<Result<Self, D::Error>, D> where
D: Deserializer<'de>,
[src]
name: &str,
params: D
) -> Result<Result<Self, D::Error>, D> where
D: Deserializer<'de>,