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