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