Enum simple_color::ColorParsingError
source · pub enum ColorParsingError {
InvalidChar(char),
InvalidLength(usize),
}Variants§
Trait Implementations§
source§impl Clone for ColorParsingError
impl Clone for ColorParsingError
source§fn clone(&self) -> ColorParsingError
fn clone(&self) -> ColorParsingError
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 ColorParsingError
impl Debug for ColorParsingError
impl Copy for ColorParsingError
Auto Trait Implementations§
impl Freeze for ColorParsingError
impl RefUnwindSafe for ColorParsingError
impl Send for ColorParsingError
impl Sync for ColorParsingError
impl Unpin for ColorParsingError
impl UnwindSafe for ColorParsingError
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