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