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