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