pub enum FontSchemeValues {
Major,
Minor,
None,
}Variants§
Trait Implementations§
Source§impl Clone for FontSchemeValues
impl Clone for FontSchemeValues
Source§fn clone(&self) -> FontSchemeValues
fn clone(&self) -> FontSchemeValues
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 moreSource§impl Debug for FontSchemeValues
impl Debug for FontSchemeValues
Source§impl Default for FontSchemeValues
impl Default for FontSchemeValues
Source§impl EnumTrait for FontSchemeValues
impl EnumTrait for FontSchemeValues
fn value_string(&self) -> &str
impl Eq for FontSchemeValues
Source§impl FromStr for FontSchemeValues
impl FromStr for FontSchemeValues
Source§impl Ord for FontSchemeValues
impl Ord for FontSchemeValues
Source§fn cmp(&self, other: &FontSchemeValues) -> Ordering
fn cmp(&self, other: &FontSchemeValues) -> Ordering
1.21.0 (const: unstable) · 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 FontSchemeValues
impl PartialEq for FontSchemeValues
Source§fn eq(&self, other: &FontSchemeValues) -> bool
fn eq(&self, other: &FontSchemeValues) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for FontSchemeValues
impl PartialOrd for FontSchemeValues
impl StructuralPartialEq for FontSchemeValues
Auto Trait Implementations§
impl Freeze for FontSchemeValues
impl RefUnwindSafe for FontSchemeValues
impl Send for FontSchemeValues
impl Sync for FontSchemeValues
impl Unpin for FontSchemeValues
impl UnsafeUnpin for FontSchemeValues
impl UnwindSafe for FontSchemeValues
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.