pub enum StyleHyphensParseErrorOwned {
InvalidValue(InvalidValueErrOwned),
}Variants§
InvalidValue(InvalidValueErrOwned)
Implementations§
Trait Implementations§
Source§impl Clone for StyleHyphensParseErrorOwned
impl Clone for StyleHyphensParseErrorOwned
Source§fn clone(&self) -> StyleHyphensParseErrorOwned
fn clone(&self) -> StyleHyphensParseErrorOwned
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 StyleHyphensParseErrorOwned
impl Debug for StyleHyphensParseErrorOwned
impl StructuralPartialEq for StyleHyphensParseErrorOwned
Auto Trait Implementations§
impl Freeze for StyleHyphensParseErrorOwned
impl RefUnwindSafe for StyleHyphensParseErrorOwned
impl Send for StyleHyphensParseErrorOwned
impl Sync for StyleHyphensParseErrorOwned
impl Unpin for StyleHyphensParseErrorOwned
impl UnwindSafe for StyleHyphensParseErrorOwned
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