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