pub enum AnimationStartedMethod {
AnimationStarted,
}Variants§
AnimationStarted
Trait Implementations§
Source§impl Clone for AnimationStartedMethod
impl Clone for AnimationStartedMethod
Source§fn clone(&self) -> AnimationStartedMethod
fn clone(&self) -> AnimationStartedMethod
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 AnimationStartedMethod
impl Debug for AnimationStartedMethod
Source§impl<'de> Deserialize<'de> for AnimationStartedMethod
impl<'de> Deserialize<'de> for AnimationStartedMethod
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 AnimationStartedMethod
impl PartialEq for AnimationStartedMethod
Source§impl Serialize for AnimationStartedMethod
impl Serialize for AnimationStartedMethod
impl StructuralPartialEq for AnimationStartedMethod
Auto Trait Implementations§
impl Freeze for AnimationStartedMethod
impl RefUnwindSafe for AnimationStartedMethod
impl Send for AnimationStartedMethod
impl Sync for AnimationStartedMethod
impl Unpin for AnimationStartedMethod
impl UnsafeUnpin for AnimationStartedMethod
impl UnwindSafe for AnimationStartedMethod
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