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