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 AzaleaRead for ChatFormatting
impl AzaleaRead for ChatFormatting
Source§impl AzaleaWrite for ChatFormatting
impl AzaleaWrite for ChatFormatting
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 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