pub enum RabbitVariant {
Brown,
White,
Black,
BlackAndWhite,
Gold,
SaltAndPepper,
TheKillerBunny,
Toast,
}
Variants§
Implementations§
Trait Implementations§
Source§impl Clone for RabbitVariant
impl Clone for RabbitVariant
Source§fn clone(&self) -> RabbitVariant
fn clone(&self) -> RabbitVariant
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 RabbitVariant
impl Debug for RabbitVariant
Source§impl Default for RabbitVariant
impl Default for RabbitVariant
impl Copy for RabbitVariant
Auto Trait Implementations§
impl Freeze for RabbitVariant
impl RefUnwindSafe for RabbitVariant
impl Send for RabbitVariant
impl Sync for RabbitVariant
impl Unpin for RabbitVariant
impl UnwindSafe for RabbitVariant
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