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