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
Re-export core tailwind-rs functionality Font size scale
Fields§
§xs: String§sm: String§base: String§lg: String§xl: String§xxl: String§xxxl: String§xxxxl: StringImplementations§
Source§impl FontSizeScale
impl FontSizeScale
Sourcepub fn new() -> FontSizeScale
pub fn new() -> FontSizeScale
Creates a new font size scale with default values
Trait Implementations§
Source§impl Default for FontSizeScale
impl Default for FontSizeScale
Source§fn default() -> FontSizeScale
fn default() -> FontSizeScale
Returns the “default value” for a type. Read more
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