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