pub struct AnsiColors {Show 16 fields
pub black: String,
pub red: String,
pub green: String,
pub yellow: String,
pub blue: String,
pub magenta: String,
pub cyan: String,
pub white: String,
pub bright_black: String,
pub bright_red: String,
pub bright_green: String,
pub bright_yellow: String,
pub bright_blue: String,
pub bright_magenta: String,
pub bright_cyan: String,
pub bright_white: String,
}Fields§
§black: String§red: String§green: String§yellow: String§blue: String§magenta: String§cyan: String§white: String§bright_black: String§bright_red: String§bright_green: String§bright_yellow: String§bright_blue: String§bright_magenta: String§bright_cyan: String§bright_white: StringTrait Implementations§
Source§impl Clone for AnsiColors
impl Clone for AnsiColors
Source§fn clone(&self) -> AnsiColors
fn clone(&self) -> AnsiColors
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AnsiColors
impl Debug for AnsiColors
Source§impl<'de> Deserialize<'de> for AnsiColors
impl<'de> Deserialize<'de> for AnsiColors
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
Auto Trait Implementations§
impl Freeze for AnsiColors
impl RefUnwindSafe for AnsiColors
impl Send for AnsiColors
impl Sync for AnsiColors
impl Unpin for AnsiColors
impl UnsafeUnpin for AnsiColors
impl UnwindSafe for AnsiColors
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