Enum termcolor::ParseColorErrorKind
source · pub(crate) enum ParseColorErrorKind {
InvalidName,
InvalidAnsi256,
InvalidRgb,
}
Variants§
Trait Implementations§
source§impl Clone for ParseColorErrorKind
impl Clone for ParseColorErrorKind
source§fn clone(&self) -> ParseColorErrorKind
fn clone(&self) -> ParseColorErrorKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ParseColorErrorKind
impl Debug for ParseColorErrorKind
source§impl PartialEq for ParseColorErrorKind
impl PartialEq for ParseColorErrorKind
source§fn eq(&self, other: &ParseColorErrorKind) -> bool
fn eq(&self, other: &ParseColorErrorKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ParseColorErrorKind
impl StructuralPartialEq for ParseColorErrorKind
Auto Trait Implementations§
impl Freeze for ParseColorErrorKind
impl RefUnwindSafe for ParseColorErrorKind
impl Send for ParseColorErrorKind
impl Sync for ParseColorErrorKind
impl Unpin for ParseColorErrorKind
impl UnwindSafe for ParseColorErrorKind
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