pub enum AxolotlType {
Lucy,
Wild,
Gold,
Cyan,
Blue,
}Variants§
Trait Implementations§
Source§impl Clone for AxolotlType
impl Clone for AxolotlType
Source§fn clone(&self) -> AxolotlType
fn clone(&self) -> AxolotlType
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 AxolotlType
impl Debug for AxolotlType
Source§impl<'a> Decode<'a> for AxolotlType
impl<'a> Decode<'a> for AxolotlType
Source§impl Encode for AxolotlType
impl Encode for AxolotlType
Source§impl PartialEq for AxolotlType
impl PartialEq for AxolotlType
impl Copy for AxolotlType
impl StructuralPartialEq for AxolotlType
Auto Trait Implementations§
impl Freeze for AxolotlType
impl RefUnwindSafe for AxolotlType
impl Send for AxolotlType
impl Sync for AxolotlType
impl Unpin for AxolotlType
impl UnwindSafe for AxolotlType
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