pub enum FontLevel {
Show 13 variants
ExtraLargeTitle2,
ExtraLargeTitle,
LargeTitle,
Title,
Title2,
Title3,
Headline,
Subheadline,
Body,
Callout,
Caption,
Caption2,
Footnote,
}
Variants§
ExtraLargeTitle2
ExtraLargeTitle
LargeTitle
Title
Title2
Title3
Headline
Subheadline
Body
Callout
Caption
Caption2
Footnote
Trait Implementations§
Source§impl<'de> Deserialize<'de> for FontLevel
impl<'de> Deserialize<'de> for FontLevel
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
impl Copy for FontLevel
impl StructuralPartialEq for FontLevel
Auto Trait Implementations§
impl Freeze for FontLevel
impl RefUnwindSafe for FontLevel
impl Send for FontLevel
impl Sync for FontLevel
impl Unpin for FontLevel
impl UnwindSafe for FontLevel
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