pub struct LineHeightScale {
pub none: String,
pub tight: String,
pub snug: String,
pub normal: String,
pub relaxed: String,
pub loose: String,
}Expand description
Re-export core tailwind-rs functionality Line height scale
Fields§
§none: String§tight: String§snug: String§normal: String§relaxed: String§loose: StringImplementations§
Source§impl LineHeightScale
impl LineHeightScale
Sourcepub fn new() -> LineHeightScale
pub fn new() -> LineHeightScale
Creates a new line height scale with default values
Trait Implementations§
Source§impl Default for LineHeightScale
impl Default for LineHeightScale
Source§fn default() -> LineHeightScale
fn default() -> LineHeightScale
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LineHeightScale
impl RefUnwindSafe for LineHeightScale
impl Send for LineHeightScale
impl Sync for LineHeightScale
impl Unpin for LineHeightScale
impl UnwindSafe for LineHeightScale
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