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