#[repr(C, u8)]pub enum LayoutMarginParseErrorOwned {
PixelValueParseError(CssPixelValueParseErrorOwned),
TooManyValues,
TooFewValues,
}Expand description
Owned variant of LayoutMarginParseError.
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 (const: unstable) · 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
Source§impl PartialEq for LayoutMarginParseErrorOwned
impl PartialEq for LayoutMarginParseErrorOwned
Source§fn eq(&self, other: &LayoutMarginParseErrorOwned) -> bool
fn eq(&self, other: &LayoutMarginParseErrorOwned) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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