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