pub enum DyeColor {
Show 16 variants
White,
Orange,
Magenta,
LightBlue,
Yellow,
Lime,
Pink,
Gray,
LightGray,
Cyan,
Purple,
Blue,
Brown,
Green,
Red,
Black,
}Expand description
Dye/banner color.
Variants§
White
Orange
Magenta
LightBlue
Yellow
Lime
Pink
Gray
LightGray
Cyan
Purple
Blue
Brown
Green
Red
Black
Trait Implementations§
impl Copy for DyeColor
impl Eq for DyeColor
impl StructuralPartialEq for DyeColor
Auto Trait Implementations§
impl Freeze for DyeColor
impl RefUnwindSafe for DyeColor
impl Send for DyeColor
impl Sync for DyeColor
impl Unpin for DyeColor
impl UnsafeUnpin for DyeColor
impl UnwindSafe for DyeColor
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.