pub enum V5FontSize {
Small,
Normal,
Large,
}
Variants§
Trait Implementations§
Source§impl Clone for V5FontSize
impl Clone for V5FontSize
Source§fn clone(&self) -> V5FontSize
fn clone(&self) -> V5FontSize
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 V5FontSize
impl Debug for V5FontSize
Source§impl Default for V5FontSize
impl Default for V5FontSize
Source§fn default() -> V5FontSize
fn default() -> V5FontSize
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for V5FontSize
impl<'de> Deserialize<'de> for V5FontSize
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 V5FontSize
impl Hash for V5FontSize
Source§impl Ord for V5FontSize
impl Ord for V5FontSize
Source§fn cmp(&self, other: &V5FontSize) -> Ordering
fn cmp(&self, other: &V5FontSize) -> 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 V5FontSize
impl PartialEq for V5FontSize
Source§impl PartialOrd for V5FontSize
impl PartialOrd for V5FontSize
Source§impl Serialize for V5FontSize
impl Serialize for V5FontSize
impl Copy for V5FontSize
impl Eq for V5FontSize
impl StructuralPartialEq for V5FontSize
Auto Trait Implementations§
impl Freeze for V5FontSize
impl RefUnwindSafe for V5FontSize
impl Send for V5FontSize
impl Sync for V5FontSize
impl Unpin for V5FontSize
impl UnwindSafe for V5FontSize
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