#[repr(C, u8)]pub enum LayoutHeightParseErrorOwned {
PixelValue(CssPixelValueParseErrorOwned),
InvalidKeyword(AzString),
}Variants§
PixelValue(CssPixelValueParseErrorOwned)
InvalidKeyword(AzString)
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 (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 LayoutHeightParseErrorOwned
impl Debug for LayoutHeightParseErrorOwned
Source§impl PartialEq for LayoutHeightParseErrorOwned
impl PartialEq for LayoutHeightParseErrorOwned
Source§fn eq(&self, other: &LayoutHeightParseErrorOwned) -> bool
fn eq(&self, other: &LayoutHeightParseErrorOwned) -> bool
Tests for
self and other values to be equal, and is used by ==.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 UnsafeUnpin 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