pub struct AnimationCanceledEventParams {
pub id: String,
}Fields§
§id: StringId of the animation that was cancelled.
Trait Implementations§
Source§impl Clone for AnimationCanceledEventParams
impl Clone for AnimationCanceledEventParams
Source§fn clone(&self) -> AnimationCanceledEventParams
fn clone(&self) -> AnimationCanceledEventParams
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 AnimationCanceledEventParams
impl Debug for AnimationCanceledEventParams
Source§impl<'de> Deserialize<'de> for AnimationCanceledEventParams
impl<'de> Deserialize<'de> for AnimationCanceledEventParams
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 AnimationCanceledEventParams
impl PartialEq for AnimationCanceledEventParams
Source§fn eq(&self, other: &AnimationCanceledEventParams) -> bool
fn eq(&self, other: &AnimationCanceledEventParams) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AnimationCanceledEventParams
Auto Trait Implementations§
impl Freeze for AnimationCanceledEventParams
impl RefUnwindSafe for AnimationCanceledEventParams
impl Send for AnimationCanceledEventParams
impl Sync for AnimationCanceledEventParams
impl Unpin for AnimationCanceledEventParams
impl UnsafeUnpin for AnimationCanceledEventParams
impl UnwindSafe for AnimationCanceledEventParams
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