Struct env_logger::fmt::ParseColorError [−][src]
pub struct ParseColorError(_);
An error from parsing an invalid color specification.
Methods
impl ParseColorError
[src]
impl ParseColorError
Trait Implementations
impl Clone for ParseColorError
[src]
impl Clone for ParseColorError
fn clone(&self) -> ParseColorError
[src]
fn clone(&self) -> ParseColorError
Returns 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)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for ParseColorError
[src]
impl Debug for ParseColorError
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for ParseColorError
[src]
impl Eq for ParseColorError
impl PartialEq for ParseColorError
[src]
impl PartialEq for ParseColorError
fn eq(&self, other: &ParseColorError) -> bool
[src]
fn eq(&self, other: &ParseColorError) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &ParseColorError) -> bool
[src]
fn ne(&self, other: &ParseColorError) -> bool
This method tests for !=
.
impl Error for ParseColorError
[src]
impl Error for ParseColorError
fn description(&self) -> &str
[src]
fn description(&self) -> &str
This method is soft-deprecated. Read more
fn cause(&self) -> Option<&Error>
1.0.0[src]
fn cause(&self) -> Option<&Error>
1.0.0
[src]The lower-level cause of this error, if any. Read more
impl Display for ParseColorError
[src]
impl Display for ParseColorError
Auto Trait Implementations
impl Send for ParseColorError
impl Send for ParseColorError
impl Sync for ParseColorError
impl Sync for ParseColorError