pub enum LayoutScrollbarWidthParseError<'a> {
InvalidValue(&'a str),
}Variants§
Implementations§
Source§impl<'a> LayoutScrollbarWidthParseError<'a>
impl<'a> LayoutScrollbarWidthParseError<'a>
pub fn to_contained(&self) -> LayoutScrollbarWidthParseErrorOwned
Trait Implementations§
Source§impl<'a> Clone for LayoutScrollbarWidthParseError<'a>
impl<'a> Clone for LayoutScrollbarWidthParseError<'a>
Source§fn clone(&self) -> LayoutScrollbarWidthParseError<'a>
fn clone(&self) -> LayoutScrollbarWidthParseError<'a>
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<'a> Debug for LayoutScrollbarWidthParseError<'a>
impl<'a> Debug for LayoutScrollbarWidthParseError<'a>
Source§impl<'a> Display for LayoutScrollbarWidthParseError<'a>
impl<'a> Display for LayoutScrollbarWidthParseError<'a>
Source§impl<'a> From<LayoutScrollbarWidthParseError<'a>> for CssParsingError<'a>
impl<'a> From<LayoutScrollbarWidthParseError<'a>> for CssParsingError<'a>
Source§fn from(e: LayoutScrollbarWidthParseError<'a>) -> Self
fn from(e: LayoutScrollbarWidthParseError<'a>) -> Self
Converts to this type from the input type.
Source§impl<'a> PartialEq for LayoutScrollbarWidthParseError<'a>
impl<'a> PartialEq for LayoutScrollbarWidthParseError<'a>
Source§fn eq(&self, other: &LayoutScrollbarWidthParseError<'a>) -> bool
fn eq(&self, other: &LayoutScrollbarWidthParseError<'a>) -> bool
Tests for
self and other values to be equal, and is used by ==.impl<'a> StructuralPartialEq for LayoutScrollbarWidthParseError<'a>
Auto Trait Implementations§
impl<'a> Freeze for LayoutScrollbarWidthParseError<'a>
impl<'a> RefUnwindSafe for LayoutScrollbarWidthParseError<'a>
impl<'a> Send for LayoutScrollbarWidthParseError<'a>
impl<'a> Sync for LayoutScrollbarWidthParseError<'a>
impl<'a> Unpin for LayoutScrollbarWidthParseError<'a>
impl<'a> UnwindSafe for LayoutScrollbarWidthParseError<'a>
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