pub enum StyleTextCombineUprightParseErrorOwned {
InvalidValue(String),
InvalidDigits(String),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for StyleTextCombineUprightParseErrorOwned
impl Clone for StyleTextCombineUprightParseErrorOwned
Source§fn clone(&self) -> StyleTextCombineUprightParseErrorOwned
fn clone(&self) -> StyleTextCombineUprightParseErrorOwned
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<StyleTextCombineUprightParseError<'_>> for StyleTextCombineUprightParseErrorOwned
Available on crate feature parser only.
impl From<StyleTextCombineUprightParseError<'_>> for StyleTextCombineUprightParseErrorOwned
Available on crate feature
parser only.Source§fn from(e: StyleTextCombineUprightParseError<'_>) -> Self
fn from(e: StyleTextCombineUprightParseError<'_>) -> Self
Converts to this type from the input type.
Source§impl PartialEq for StyleTextCombineUprightParseErrorOwned
impl PartialEq for StyleTextCombineUprightParseErrorOwned
Source§fn eq(&self, other: &StyleTextCombineUprightParseErrorOwned) -> bool
fn eq(&self, other: &StyleTextCombineUprightParseErrorOwned) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for StyleTextCombineUprightParseErrorOwned
Auto Trait Implementations§
impl Freeze for StyleTextCombineUprightParseErrorOwned
impl RefUnwindSafe for StyleTextCombineUprightParseErrorOwned
impl Send for StyleTextCombineUprightParseErrorOwned
impl Sync for StyleTextCombineUprightParseErrorOwned
impl Unpin for StyleTextCombineUprightParseErrorOwned
impl UnwindSafe for StyleTextCombineUprightParseErrorOwned
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