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