pub enum ParrotVariant {
Red,
Blue,
Green,
Cyan,
Gray,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ParrotVariant
impl Clone for ParrotVariant
Source§fn clone(&self) -> ParrotVariant
fn clone(&self) -> ParrotVariant
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 ParrotVariant
impl Debug for ParrotVariant
Source§impl Default for ParrotVariant
impl Default for ParrotVariant
impl Copy for ParrotVariant
Auto Trait Implementations§
impl Freeze for ParrotVariant
impl RefUnwindSafe for ParrotVariant
impl Send for ParrotVariant
impl Sync for ParrotVariant
impl Unpin for ParrotVariant
impl UnwindSafe for ParrotVariant
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