pub enum V5FontFamily {
UserMono,
TimerMono,
}
Variants§
Trait Implementations§
Source§impl Clone for V5FontFamily
impl Clone for V5FontFamily
Source§fn clone(&self) -> V5FontFamily
fn clone(&self) -> V5FontFamily
Returns a copy 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 Debug for V5FontFamily
impl Debug for V5FontFamily
Source§impl Default for V5FontFamily
impl Default for V5FontFamily
Source§fn default() -> V5FontFamily
fn default() -> V5FontFamily
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for V5FontFamily
impl<'de> Deserialize<'de> for V5FontFamily
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for V5FontFamily
impl Hash for V5FontFamily
Source§impl Ord for V5FontFamily
impl Ord for V5FontFamily
Source§fn cmp(&self, other: &V5FontFamily) -> Ordering
fn cmp(&self, other: &V5FontFamily) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for V5FontFamily
impl PartialEq for V5FontFamily
Source§impl PartialOrd for V5FontFamily
impl PartialOrd for V5FontFamily
Source§impl Serialize for V5FontFamily
impl Serialize for V5FontFamily
impl Copy for V5FontFamily
impl Eq for V5FontFamily
impl StructuralPartialEq for V5FontFamily
Auto Trait Implementations§
impl Freeze for V5FontFamily
impl RefUnwindSafe for V5FontFamily
impl Send for V5FontFamily
impl Sync for V5FontFamily
impl Unpin for V5FontFamily
impl UnwindSafe for V5FontFamily
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