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 (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 StyleHyphenationLanguageParseError
Source§impl From<StyleHyphenationLanguageParseError> for CssParsingError<'_>
Available on crate feature parser only.
impl From<StyleHyphenationLanguageParseError> for CssParsingError<'_>
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.
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 UnsafeUnpin 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