#[repr(u32)]pub enum Sheen {
    TeamShine,
    DeadlyDaffodil,
    Manndarin,
    MeanGreen,
    AgonizingEmerald,
    VillainousViolet,
    HotRod,
}Variants§
Trait Implementations§
source§impl<'de> Deserialize<'de> for Sheen
 
impl<'de> Deserialize<'de> for Sheen
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
    D: Deserializer<'de>,
 
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Ord for Sheen
 
impl Ord for Sheen
source§impl PartialEq<Sheen> for Sheen
 
impl PartialEq<Sheen> for Sheen
source§impl PartialOrd<Sheen> for Sheen
 
impl PartialOrd<Sheen> for Sheen
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
 
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for 
self and other) and is used by the <=
operator. Read moresource§impl TryFrom<u32> for Sheen
 
impl TryFrom<u32> for Sheen
§type Error = TryFromPrimitiveError<Sheen>
 
type Error = TryFromPrimitiveError<Sheen>
The type returned in the event of a conversion error.
source§impl TryFromPrimitive for Sheen
 
impl TryFromPrimitive for Sheen
impl Copy for Sheen
impl Eq for Sheen
impl StructuralEq for Sheen
impl StructuralPartialEq for Sheen
Auto Trait Implementations§
impl RefUnwindSafe for Sheen
impl Send for Sheen
impl Sync for Sheen
impl Unpin for Sheen
impl UnwindSafe for Sheen
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