#[repr(C, u8)]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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for LayoutMaxHeightParseErrorOwned
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 UnsafeUnpin 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