#[repr(C, u8)]pub enum StyleInitialLetterParseErrorOwned {
InvalidFormat(AzString),
InvalidSize(AzString),
InvalidSink(AzString),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for StyleInitialLetterParseErrorOwned
impl Clone for StyleInitialLetterParseErrorOwned
Source§fn clone(&self) -> StyleInitialLetterParseErrorOwned
fn clone(&self) -> StyleInitialLetterParseErrorOwned
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 StyleInitialLetterParseErrorOwned
Source§impl From<StyleInitialLetterParseError<'_>> for StyleInitialLetterParseErrorOwned
Available on crate feature parser only.
impl From<StyleInitialLetterParseError<'_>> for StyleInitialLetterParseErrorOwned
Available on crate feature
parser only.Source§fn from(e: StyleInitialLetterParseError<'_>) -> Self
fn from(e: StyleInitialLetterParseError<'_>) -> Self
Converts to this type from the input type.
impl StructuralPartialEq for StyleInitialLetterParseErrorOwned
Auto Trait Implementations§
impl Freeze for StyleInitialLetterParseErrorOwned
impl RefUnwindSafe for StyleInitialLetterParseErrorOwned
impl Send for StyleInitialLetterParseErrorOwned
impl Sync for StyleInitialLetterParseErrorOwned
impl Unpin for StyleInitialLetterParseErrorOwned
impl UnsafeUnpin for StyleInitialLetterParseErrorOwned
impl UnwindSafe for StyleInitialLetterParseErrorOwned
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