pub struct FontSizeScale {
pub xs: String,
pub sm: String,
pub base: String,
pub lg: String,
pub xl: String,
pub xxl: String,
pub xxxl: String,
pub xxxxl: String,
}
Expand description
Font size scale
Fields§
§xs: String
§sm: String
§base: String
§lg: String
§xl: String
§xxl: String
§xxxl: String
§xxxxl: String
Implementations§
Source§impl FontSizeScale
impl FontSizeScale
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FontSizeScale
impl RefUnwindSafe for FontSizeScale
impl Send for FontSizeScale
impl Sync for FontSizeScale
impl Unpin for FontSizeScale
impl UnwindSafe for FontSizeScale
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