pub struct AnimationStartedParams {
pub animation: Animation,
}Expand description
Event for animation that has been started. animationStarted
Fields§
§animation: AnimationAnimation that was started.
Trait Implementations§
Source§impl Clone for AnimationStartedParams
impl Clone for AnimationStartedParams
Source§fn clone(&self) -> AnimationStartedParams
fn clone(&self) -> AnimationStartedParams
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 AnimationStartedParams
impl Debug for AnimationStartedParams
Source§impl<'de> Deserialize<'de> for AnimationStartedParams
impl<'de> Deserialize<'de> for AnimationStartedParams
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 AnimationStartedParams
impl PartialEq for AnimationStartedParams
Source§impl Serialize for AnimationStartedParams
impl Serialize for AnimationStartedParams
impl StructuralPartialEq for AnimationStartedParams
Auto Trait Implementations§
impl Freeze for AnimationStartedParams
impl RefUnwindSafe for AnimationStartedParams
impl Send for AnimationStartedParams
impl Sync for AnimationStartedParams
impl Unpin for AnimationStartedParams
impl UnsafeUnpin for AnimationStartedParams
impl UnwindSafe for AnimationStartedParams
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