Enum clucolor::colors::Red [−][src]
pub enum Red {}Color Type Red.
Trait Implementations
impl Clone for Red[src]
impl Clone for Redfn clone(&self) -> Red[src]
fn clone(&self) -> RedReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)Performs copy-assignment from source. Read more
impl Eq for Red[src]
impl Eq for Redimpl Hash for Red[src]
impl Hash for Redfn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash<__H: Hasher>(&self, state: &mut __H)Feeds this value into the given [Hasher]. Read more
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, Feeds a slice of this type into the given [Hasher]. Read more
impl Ord for Red[src]
impl Ord for Redfn cmp(&self, other: &Red) -> Ordering[src]
fn cmp(&self, other: &Red) -> OrderingThis method returns an Ordering between self and other. Read more
fn max(self, other: Self) -> Self1.21.0[src]
fn max(self, other: Self) -> SelfCompares and returns the maximum of two values. Read more
fn min(self, other: Self) -> Self1.21.0[src]
fn min(self, other: Self) -> SelfCompares and returns the minimum of two values. Read more
impl PartialEq for Red[src]
impl PartialEq for Redfn eq(&self, other: &Red) -> bool[src]
fn eq(&self, other: &Red) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
fn ne(&self, other: &Rhs) -> boolThis method tests for !=.
impl PartialOrd for Red[src]
impl PartialOrd for Redfn partial_cmp(&self, other: &Red) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &Red) -> Option<Ordering>This method returns an ordering between self and other values if one exists. Read more
fn lt(&self, other: &Rhs) -> bool1.0.0[src]
fn lt(&self, other: &Rhs) -> boolThis method tests less than (for self and other) and is used by the < operator. Read more
fn le(&self, other: &Rhs) -> bool1.0.0[src]
fn le(&self, other: &Rhs) -> boolThis method tests less than or equal to (for self and other) and is used by the <= operator. Read more
fn gt(&self, other: &Rhs) -> bool1.0.0[src]
fn gt(&self, other: &Rhs) -> boolThis method tests greater than (for self and other) and is used by the > operator. Read more
fn ge(&self, other: &Rhs) -> bool1.0.0[src]
fn ge(&self, other: &Rhs) -> boolThis method tests greater than or equal to (for self and other) and is used by the >= operator. Read more
impl cluColor for Red[src]
impl cluColor for Redfn raw_color<'a>() -> &'a str[src]
fn raw_color<'a>() -> &'a strReturn " 31
fn raw_color_b<'a>() -> &'a [u8][src]
fn raw_color_b<'a>() -> &'a [u8]Return b" 31 "
fn name<'a>() -> &'a str[src]
fn name<'a>() -> &'a strReturn " Red "
fn write<'a>(w: &mut Write, array: &'a [u8]) -> Result<()>[src]
fn write<'a>(w: &mut Write, array: &'a [u8]) -> Result<()>fn write_str<'a>(w: &mut Write, str: &'a str) -> Result<()>[src]
fn write_str<'a>(w: &mut Write, str: &'a str) -> Result<()>fn write_fmt<'a>(w: &mut Write, fmt: Arguments<'a>) -> Result<()>[src]
fn write_fmt<'a>(w: &mut Write, fmt: Arguments<'a>) -> Result<()>fn writen<'a>(w: &mut Write, array: &'a [u8]) -> Result<()>[src]
fn writen<'a>(w: &mut Write, array: &'a [u8]) -> Result<()>fn writen_str<'a>(w: &mut Write, str: &'a str) -> Result<()>[src]
fn writen_str<'a>(w: &mut Write, str: &'a str) -> Result<()>fn writen_fmt<'a>(w: &mut Write, fmt: Arguments<'a>) -> Result<()>[src]
fn writen_fmt<'a>(w: &mut Write, fmt: Arguments<'a>) -> Result<()>fn string_fmt<'a>(fmt: Arguments<'a>) -> String[src]
fn string_fmt<'a>(fmt: Arguments<'a>) -> Stringfn string<'a>(str: &'a str) -> String[src]
fn string<'a>(str: &'a str) -> Stringfn stringn_fmt<'a>(fmt: Arguments<'a>) -> String[src]
fn stringn_fmt<'a>(fmt: Arguments<'a>) -> Stringfn stringn<'a>(str: &'a str) -> String[src]
fn stringn<'a>(str: &'a str) -> Stringfn writer<'a>() -> cluColorWriter<Self>[src]
fn writer<'a>() -> cluColorWriter<Self>fn string_as<'a, A: AsRef<str>>(asref: A) -> String[src]
fn string_as<'a, A: AsRef<str>>(asref: A) -> Stringfn stringn_as<'a, A: AsRef<str>>(asref: A) -> String[src]
fn stringn_as<'a, A: AsRef<str>>(asref: A) -> Stringfn write_as<'a, A: AsRef<[u8]>>(w: &mut Write, asref: A) -> Result<()>[src]
fn write_as<'a, A: AsRef<[u8]>>(w: &mut Write, asref: A) -> Result<()>fn writen_as<'a, A: AsRef<[u8]>>(w: &mut Write, asref: A) -> Result<()>[src]
fn writen_as<'a, A: AsRef<[u8]>>(w: &mut Write, asref: A) -> Result<()>impl Display for Red[src]
impl Display for Redfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Debug for Red[src]
impl Debug for Red