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