#[repr(C, u8)]pub enum CssStylePerspectiveOriginParseErrorOwned {
WrongNumberOfComponents(WrongComponentCountError),
PixelValueParseError(CssPixelValueParseErrorOwned),
}Variants§
WrongNumberOfComponents(WrongComponentCountError)
PixelValueParseError(CssPixelValueParseErrorOwned)
Implementations§
Trait Implementations§
Source§impl Clone for CssStylePerspectiveOriginParseErrorOwned
impl Clone for CssStylePerspectiveOriginParseErrorOwned
Source§fn clone(&self) -> CssStylePerspectiveOriginParseErrorOwned
fn clone(&self) -> CssStylePerspectiveOriginParseErrorOwned
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 CssStylePerspectiveOriginParseErrorOwned
impl StructuralPartialEq for CssStylePerspectiveOriginParseErrorOwned
Auto Trait Implementations§
impl Freeze for CssStylePerspectiveOriginParseErrorOwned
impl RefUnwindSafe for CssStylePerspectiveOriginParseErrorOwned
impl Send for CssStylePerspectiveOriginParseErrorOwned
impl Sync for CssStylePerspectiveOriginParseErrorOwned
impl Unpin for CssStylePerspectiveOriginParseErrorOwned
impl UnsafeUnpin for CssStylePerspectiveOriginParseErrorOwned
impl UnwindSafe for CssStylePerspectiveOriginParseErrorOwned
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