pub enum BrightMagenta {}Expand description
Color Type BrightMagenta.
Trait Implementations§
Source§impl Debug for BrightMagenta
impl Debug for BrightMagenta
Source§impl Display for BrightMagenta
impl Display for BrightMagenta
Source§impl Hash for BrightMagenta
impl Hash for BrightMagenta
Source§impl Ord for BrightMagenta
impl Ord for BrightMagenta
Source§fn cmp(&self, other: &BrightMagenta) -> Ordering
fn cmp(&self, other: &BrightMagenta) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for BrightMagenta
impl PartialEq for BrightMagenta
Source§impl PartialOrd for BrightMagenta
impl PartialOrd for BrightMagenta
Source§impl cluColor for BrightMagenta
impl cluColor for BrightMagenta
Source§fn raw_color_b<'a>() -> &'a [u8] ⓘ
fn raw_color_b<'a>() -> &'a [u8] ⓘ
Return b“ 95 “
fn writer() -> cluColorWriter<Self>where
Self: Sized,
fn string_as<'a, A: AsRef<str>>(asref: A) -> String
fn stringn_as<'a, A: AsRef<str>>(asref: A) -> String
fn string_fmt<'a>(fmt: Arguments<'a>) -> String
fn string<'a>(str: &'a str) -> String
fn stringn<'a>(str: &'a str) -> String
fn stringn_fmt<'a>(fmt: Arguments<'a>) -> String
fn write_as<'a, W: Write, A: AsRef<[u8]>>(w: W, asref: A) -> Result<()>
fn writen_as<'a, W: Write, A: AsRef<[u8]>>(w: W, asref: A) -> Result<()>
fn write<'a, W: Write>(w: W, array: &'a [u8]) -> Result<()>
fn write_str<'a, W: Write>(w: W, str: &'a str) -> Result<()>
fn write_fmt<'a, W: Write>(w: W, fmt: Arguments<'a>) -> Result<()>
fn writen<'a, W: Write>(w: W, array: &'a [u8]) -> Result<()>
fn writen_str<'a, W: Write>(w: W, str: &'a str) -> Result<()>
fn writen_fmt<'a, W: Write>(w: W, fmt: Arguments<'a>) -> Result<()>
fn with_color_fmt<'a, F: Fn(&Arguments<'_>) -> T, T: 'a>( args: Arguments<'a>, function: F, ) -> T
fn once_with_color_fmt<'a, F: FnOnce(&Arguments<'_>) -> T, T: 'a>( args: Arguments<'a>, function: F, ) -> T
fn mut_with_color_fmt<'a, F: FnMut(&Arguments<'_>) -> T, T: 'a>( args: Arguments<'a>, function: F, ) -> T
impl Eq for BrightMagenta
impl StructuralPartialEq for BrightMagenta
Auto Trait Implementations§
impl Freeze for BrightMagenta
impl RefUnwindSafe for BrightMagenta
impl Send for BrightMagenta
impl Sync for BrightMagenta
impl Unpin for BrightMagenta
impl UnwindSafe for BrightMagenta
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