[−][src]Enum grep_printer::ColorError
An error that can occur when parsing color specifications.
Variants
UnrecognizedOutType(String)This occurs when an unrecognized output type is used.
UnrecognizedSpecType(String)This occurs when an unrecognized spec type is used.
This occurs when an unrecognized color name is used.
UnrecognizedStyle(String)This occurs when an unrecognized style attribute is used.
InvalidFormat(String)This occurs when the format of a color specification is invalid.
Trait Implementations
impl Clone for ColorError[src]
fn clone(&self) -> ColorError[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for ColorError[src]
impl Display for ColorError[src]
impl Eq for ColorError[src]
impl Error for ColorError[src]
fn description(&self) -> &str[src]
fn source(&self) -> Option<&(dyn Error + 'static)>1.30.0[src]
fn backtrace(&self) -> Option<&Backtrace>[src]
fn cause(&self) -> Option<&dyn Error>1.0.0[src]
impl PartialEq<ColorError> for ColorError[src]
fn eq(&self, other: &ColorError) -> bool[src]
fn ne(&self, other: &ColorError) -> bool[src]
impl StructuralEq for ColorError[src]
impl StructuralPartialEq for ColorError[src]
Auto Trait Implementations
impl RefUnwindSafe for ColorError
impl Send for ColorError
impl Sync for ColorError
impl Unpin for ColorError
impl UnwindSafe for ColorError
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T[src]
fn clone_into(&self, target: &mut T)[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,