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