pub enum LayoutMarginParseErrorOwned {
PixelValueParseError(CssPixelValueParseErrorOwned),
TooManyValues,
TooFewValues,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for LayoutMarginParseErrorOwned
impl Clone for LayoutMarginParseErrorOwned
Source§fn clone(&self) -> LayoutMarginParseErrorOwned
fn clone(&self) -> LayoutMarginParseErrorOwned
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 LayoutMarginParseErrorOwned
impl Debug for LayoutMarginParseErrorOwned
impl StructuralPartialEq for LayoutMarginParseErrorOwned
Auto Trait Implementations§
impl Freeze for LayoutMarginParseErrorOwned
impl RefUnwindSafe for LayoutMarginParseErrorOwned
impl Send for LayoutMarginParseErrorOwned
impl Sync for LayoutMarginParseErrorOwned
impl Unpin for LayoutMarginParseErrorOwned
impl UnwindSafe for LayoutMarginParseErrorOwned
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