pub enum ParseColorError {
InvalidHex,
InvalidRgb,
InvalidHsl,
InvalidHwb,
InvalidHsv,
InvalidFunction,
InvalidUnknown,
}
Variants§
Trait Implementations§
source§impl Clone for ParseColorError
impl Clone for ParseColorError
source§fn clone(&self) -> ParseColorError
fn clone(&self) -> ParseColorError
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 ParseColorError
impl Debug for ParseColorError
source§impl Display for ParseColorError
impl Display for ParseColorError
source§impl Error for ParseColorError
impl Error for ParseColorError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl Hash for ParseColorError
impl Hash for ParseColorError
source§impl Ord for ParseColorError
impl Ord for ParseColorError
source§fn cmp(&self, other: &ParseColorError) -> Ordering
fn cmp(&self, other: &ParseColorError) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for ParseColorError
impl PartialEq for ParseColorError
source§impl PartialOrd for ParseColorError
impl PartialOrd for ParseColorError
impl Copy for ParseColorError
impl Eq for ParseColorError
impl StructuralPartialEq for ParseColorError
Auto Trait Implementations§
impl Freeze for ParseColorError
impl RefUnwindSafe for ParseColorError
impl Send for ParseColorError
impl Sync for ParseColorError
impl Unpin for ParseColorError
impl UnwindSafe for ParseColorError
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)