pub enum ChatFormatting {
Show 22 variants
Black,
DarkBlue,
DarkGreen,
DarkAqua,
DarkRed,
DarkPurple,
Gold,
Gray,
DarkGray,
Blue,
Green,
Aqua,
Red,
LightPurple,
Yellow,
White,
Obfuscated,
Strikethrough,
Bold,
Underline,
Italic,
Reset,
}
Variants§
Black
DarkBlue
DarkGreen
DarkAqua
DarkRed
DarkPurple
Gold
Gray
DarkGray
Blue
Green
Aqua
Red
LightPurple
Yellow
White
Obfuscated
Strikethrough
Bold
Underline
Italic
Reset
Implementations§
Trait Implementations§
Source§impl Clone for ChatFormatting
impl Clone for ChatFormatting
Source§fn clone(&self) -> ChatFormatting
fn clone(&self) -> ChatFormatting
Returns a copy 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 ChatFormatting
impl Debug for ChatFormatting
Source§impl Hash for ChatFormatting
impl Hash for ChatFormatting
Source§impl McBufReadable for ChatFormatting
impl McBufReadable for ChatFormatting
Source§impl McBufWritable for ChatFormatting
impl McBufWritable for ChatFormatting
Source§impl PartialEq for ChatFormatting
impl PartialEq for ChatFormatting
Source§impl TryFrom<ChatFormatting> for TextColor
impl TryFrom<ChatFormatting> for TextColor
impl Copy for ChatFormatting
impl Eq for ChatFormatting
impl StructuralPartialEq for ChatFormatting
Auto Trait Implementations§
impl Freeze for ChatFormatting
impl RefUnwindSafe for ChatFormatting
impl Send for ChatFormatting
impl Sync for ChatFormatting
impl Unpin for ChatFormatting
impl UnwindSafe for ChatFormatting
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,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)