Enum clucolor::colors::Blue [−][src]
pub enum Blue {}Color Type Blue.
Trait Implementations
impl Clone for Blue[src]
impl Clone for Bluefn clone(&self) -> Blue[src]
fn clone(&self) -> BlueReturns 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 Blue[src]
impl Eq for Blueimpl Hash for Blue[src]
impl Hash for Bluefn 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 Blue[src]
impl Ord for Bluefn cmp(&self, other: &Blue) -> Ordering[src]
fn cmp(&self, other: &Blue) -> 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 Blue[src]
impl PartialEq for Bluefn eq(&self, other: &Blue) -> bool[src]
fn eq(&self, other: &Blue) -> 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 Blue[src]
impl PartialOrd for Bluefn partial_cmp(&self, other: &Blue) -> Option<Ordering>[src]
fn partial_cmp(&self, other: &Blue) -> 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 Blue[src]
impl cluColor for Bluefn raw_color<'a>() -> &'a str[src]
fn raw_color<'a>() -> &'a strReturn " 34
fn raw_color_b<'a>() -> &'a [u8][src]
fn raw_color_b<'a>() -> &'a [u8]Return b" 34 "
fn name<'a>() -> &'a str[src]
fn name<'a>() -> &'a strReturn " Blue "
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 Blue[src]
impl Display for Bluefn 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 Blue[src]
impl Debug for Blue