pub enum LlamaColor {
Creamy,
White,
Brown,
Gray,
}Variants§
Trait Implementations§
Source§impl Clone for LlamaColor
impl Clone for LlamaColor
Source§fn clone(&self) -> LlamaColor
fn clone(&self) -> LlamaColor
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 LlamaColor
impl Debug for LlamaColor
Source§impl<'a> Decode<'a> for LlamaColor
impl<'a> Decode<'a> for LlamaColor
Source§impl Encode for LlamaColor
impl Encode for LlamaColor
Source§impl PartialEq for LlamaColor
impl PartialEq for LlamaColor
impl Copy for LlamaColor
impl StructuralPartialEq for LlamaColor
Auto Trait Implementations§
impl Freeze for LlamaColor
impl RefUnwindSafe for LlamaColor
impl Send for LlamaColor
impl Sync for LlamaColor
impl Unpin for LlamaColor
impl UnwindSafe for LlamaColor
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