pub struct AnimationStartedEvent {
pub params: AnimationStartedEventParams,
}Fields§
§params: AnimationStartedEventParamsTrait Implementations§
Source§impl Clone for AnimationStartedEvent
impl Clone for AnimationStartedEvent
Source§fn clone(&self) -> AnimationStartedEvent
fn clone(&self) -> AnimationStartedEvent
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AnimationStartedEvent
impl Debug for AnimationStartedEvent
Source§impl<'de> Deserialize<'de> for AnimationStartedEvent
impl<'de> Deserialize<'de> for AnimationStartedEvent
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for AnimationStartedEvent
impl PartialEq for AnimationStartedEvent
Source§impl Serialize for AnimationStartedEvent
impl Serialize for AnimationStartedEvent
impl StructuralPartialEq for AnimationStartedEvent
Auto Trait Implementations§
impl Freeze for AnimationStartedEvent
impl RefUnwindSafe for AnimationStartedEvent
impl Send for AnimationStartedEvent
impl Sync for AnimationStartedEvent
impl Unpin for AnimationStartedEvent
impl UnwindSafe for AnimationStartedEvent
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more