pub struct AnimationCanceledParams {
pub id: String,
}Expand description
Event for when an animation has been cancelled. animationCanceled
Fields§
§id: StringId of the animation that was cancelled.
Trait Implementations§
Source§impl Clone for AnimationCanceledParams
impl Clone for AnimationCanceledParams
Source§fn clone(&self) -> AnimationCanceledParams
fn clone(&self) -> AnimationCanceledParams
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 AnimationCanceledParams
impl Debug for AnimationCanceledParams
Source§impl<'de> Deserialize<'de> for AnimationCanceledParams
impl<'de> Deserialize<'de> for AnimationCanceledParams
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 AnimationCanceledParams
impl PartialEq for AnimationCanceledParams
Source§impl Serialize for AnimationCanceledParams
impl Serialize for AnimationCanceledParams
impl StructuralPartialEq for AnimationCanceledParams
Auto Trait Implementations§
impl Freeze for AnimationCanceledParams
impl RefUnwindSafe for AnimationCanceledParams
impl Send for AnimationCanceledParams
impl Sync for AnimationCanceledParams
impl Unpin for AnimationCanceledParams
impl UnsafeUnpin for AnimationCanceledParams
impl UnwindSafe for AnimationCanceledParams
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