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