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