pub enum AnimVersion {
Old,
Current,
}Variants§
Trait Implementations§
Source§impl Clone for AnimVersion
impl Clone for AnimVersion
Source§fn clone(&self) -> AnimVersion
fn clone(&self) -> AnimVersion
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AnimVersion
Source§impl Debug for AnimVersion
impl Debug for AnimVersion
impl Eq for AnimVersion
Source§impl PartialEq for AnimVersion
impl PartialEq for AnimVersion
impl StructuralPartialEq for AnimVersion
Auto Trait Implementations§
impl Freeze for AnimVersion
impl RefUnwindSafe for AnimVersion
impl Send for AnimVersion
impl Sync for AnimVersion
impl Unpin for AnimVersion
impl UnsafeUnpin for AnimVersion
impl UnwindSafe for AnimVersion
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