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