#[repr(C, u8)]pub enum StyleHyphenationLanguageParseErrorOwned {
InvalidString(AzString),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for StyleHyphenationLanguageParseErrorOwned
impl Clone for StyleHyphenationLanguageParseErrorOwned
Source§fn clone(&self) -> StyleHyphenationLanguageParseErrorOwned
fn clone(&self) -> StyleHyphenationLanguageParseErrorOwned
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 StyleHyphenationLanguageParseErrorOwned
impl StructuralPartialEq for StyleHyphenationLanguageParseErrorOwned
Auto Trait Implementations§
impl Freeze for StyleHyphenationLanguageParseErrorOwned
impl RefUnwindSafe for StyleHyphenationLanguageParseErrorOwned
impl Send for StyleHyphenationLanguageParseErrorOwned
impl Sync for StyleHyphenationLanguageParseErrorOwned
impl Unpin for StyleHyphenationLanguageParseErrorOwned
impl UnsafeUnpin for StyleHyphenationLanguageParseErrorOwned
impl UnwindSafe for StyleHyphenationLanguageParseErrorOwned
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