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