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