pub enum CssStyleFontFamilyParseErrorOwned {
InvalidStyleFontFamily(String),
UnclosedQuotes(String),
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for CssStyleFontFamilyParseErrorOwned
impl Clone for CssStyleFontFamilyParseErrorOwned
Source§fn clone(&self) -> CssStyleFontFamilyParseErrorOwned
fn clone(&self) -> CssStyleFontFamilyParseErrorOwned
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 PartialEq for CssStyleFontFamilyParseErrorOwned
impl PartialEq for CssStyleFontFamilyParseErrorOwned
Source§fn eq(&self, other: &CssStyleFontFamilyParseErrorOwned) -> bool
fn eq(&self, other: &CssStyleFontFamilyParseErrorOwned) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for CssStyleFontFamilyParseErrorOwned
Auto Trait Implementations§
impl Freeze for CssStyleFontFamilyParseErrorOwned
impl RefUnwindSafe for CssStyleFontFamilyParseErrorOwned
impl Send for CssStyleFontFamilyParseErrorOwned
impl Sync for CssStyleFontFamilyParseErrorOwned
impl Unpin for CssStyleFontFamilyParseErrorOwned
impl UnwindSafe for CssStyleFontFamilyParseErrorOwned
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