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