Struct tailwind_css::TailwindFontWeight
source · pub struct TailwindFontWeight { /* private fields */ }
Implementations§
source§impl TailwindFontWeight
impl TailwindFontWeight
pub const THIN: Self = _
pub const EXTRA_LIGHT: Self = _
pub const LIGHT: Self = _
pub const NORMAL: Self = _
pub const MEDIUM: Self = _
pub const SEMI_BOLD: Self = _
pub const BOLD: Self = _
pub const EXTRA_BOLD: Self = _
pub const BLACK: Self = _
pub fn new(weight: i32) -> Self
Trait Implementations§
source§impl Clone for TailwindFontWeight
impl Clone for TailwindFontWeight
source§fn clone(&self) -> TailwindFontWeight
fn clone(&self) -> TailwindFontWeight
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 TailwindFontWeight
impl Debug for TailwindFontWeight
source§impl Display for TailwindFontWeight
impl Display for TailwindFontWeight
source§impl TailwindInstance for TailwindFontWeight
impl TailwindInstance for TailwindFontWeight
source§fn attributes(&self, _: &TailwindBuilder) -> CssAttributes
fn attributes(&self, _: &TailwindBuilder) -> CssAttributes
Attributes in css
source§fn inlineable(&self) -> bool
fn inlineable(&self) -> bool
used to deduplication and marking
source§fn selectors(&self, ctx: &TailwindBuilder) -> String
fn selectors(&self, ctx: &TailwindBuilder) -> String
Custom selector name
source§fn additional(&self, ctx: &TailwindBuilder) -> String
fn additional(&self, ctx: &TailwindBuilder) -> String
Additional css in bundle
Auto Trait Implementations§
impl RefUnwindSafe for TailwindFontWeight
impl Send for TailwindFontWeight
impl Sync for TailwindFontWeight
impl Unpin for TailwindFontWeight
impl UnwindSafe for TailwindFontWeight
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