pub enum StyleTextColorParseErrorOwned {
ColorParseError(CssColorParseErrorOwned),
}Variants§
ColorParseError(CssColorParseErrorOwned)
Implementations§
Trait Implementations§
Source§impl Clone for StyleTextColorParseErrorOwned
impl Clone for StyleTextColorParseErrorOwned
Source§fn clone(&self) -> StyleTextColorParseErrorOwned
fn clone(&self) -> StyleTextColorParseErrorOwned
Returns a duplicate 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 PartialEq for StyleTextColorParseErrorOwned
impl PartialEq for StyleTextColorParseErrorOwned
Source§fn eq(&self, other: &StyleTextColorParseErrorOwned) -> bool
fn eq(&self, other: &StyleTextColorParseErrorOwned) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StyleTextColorParseErrorOwned
Auto Trait Implementations§
impl Freeze for StyleTextColorParseErrorOwned
impl RefUnwindSafe for StyleTextColorParseErrorOwned
impl Send for StyleTextColorParseErrorOwned
impl Sync for StyleTextColorParseErrorOwned
impl Unpin for StyleTextColorParseErrorOwned
impl UnwindSafe for StyleTextColorParseErrorOwned
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