pub enum MCColor {
Show 16 variants
Black,
DarkBlue,
DarkGreen,
DarkAqua,
DarkRed,
DarkPurple,
Gold,
Gray,
DarkGray,
Blue,
Green,
Aqua,
Red,
LightPurple,
Yellow,
White,
}
Variants§
Black
DarkBlue
DarkGreen
DarkAqua
DarkRed
DarkPurple
Gold
Gray
DarkGray
Blue
Green
Aqua
Red
LightPurple
Yellow
White
Implementations§
Trait Implementations§
impl Copy for MCColor
impl Eq for MCColor
impl StructuralPartialEq for MCColor
Auto Trait Implementations§
impl Freeze for MCColor
impl RefUnwindSafe for MCColor
impl Send for MCColor
impl Sync for MCColor
impl Unpin for MCColor
impl UnwindSafe for MCColor
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