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