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