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