pub enum StyleInitialLetterParseErrorOwned {
InvalidFormat(String),
InvalidSize(String),
InvalidSink(String),
}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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§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.
Source§impl PartialEq for StyleInitialLetterParseErrorOwned
impl PartialEq for StyleInitialLetterParseErrorOwned
Source§fn eq(&self, other: &StyleInitialLetterParseErrorOwned) -> bool
fn eq(&self, other: &StyleInitialLetterParseErrorOwned) -> bool
Tests for
self and other values to be equal, and is used by ==.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 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