#[repr(u8)]pub enum AxolotlVariant {
Lucy = 0,
Wild = 1,
Gold = 2,
Cyan = 3,
Blue = 4,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for AxolotlVariant
impl Clone for AxolotlVariant
Source§fn clone(&self) -> AxolotlVariant
fn clone(&self) -> AxolotlVariant
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 AxolotlVariant
impl Debug for AxolotlVariant
Source§impl Default for AxolotlVariant
impl Default for AxolotlVariant
impl Copy for AxolotlVariant
Auto Trait Implementations§
impl Freeze for AxolotlVariant
impl RefUnwindSafe for AxolotlVariant
impl Send for AxolotlVariant
impl Sync for AxolotlVariant
impl Unpin for AxolotlVariant
impl UnwindSafe for AxolotlVariant
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