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