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