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