pub enum BrightGreen {}Expand description
Color Type BrightGreen.
Trait Implementations§
Source§impl Debug for BrightGreen
impl Debug for BrightGreen
Source§impl Display for BrightGreen
impl Display for BrightGreen
Source§impl Hash for BrightGreen
impl Hash for BrightGreen
Source§impl Ord for BrightGreen
impl Ord for BrightGreen
Source§fn cmp(&self, other: &BrightGreen) -> Ordering
fn cmp(&self, other: &BrightGreen) -> 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 BrightGreen
impl PartialEq for BrightGreen
Source§impl PartialOrd for BrightGreen
impl PartialOrd for BrightGreen
Source§impl cluColor for BrightGreen
impl cluColor for BrightGreen
Source§fn raw_color_b<'a>() -> &'a [u8] ⓘ
fn raw_color_b<'a>() -> &'a [u8] ⓘ
Return b“ 92 “
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 BrightGreen
impl StructuralPartialEq for BrightGreen
Auto Trait Implementations§
impl Freeze for BrightGreen
impl RefUnwindSafe for BrightGreen
impl Send for BrightGreen
impl Sync for BrightGreen
impl Unpin for BrightGreen
impl UnwindSafe for BrightGreen
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