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