#[repr(C, u8)]pub enum CssDirectionCornerParseErrorOwned {
InvalidDirection(AzString),
}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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Eq for CssDirectionCornerParseErrorOwned
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 UnsafeUnpin 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