Struct tailwind_css::TailWindGrow
source · pub struct TailWindGrow { /* private fields */ }
Expand description
Utilities for controlling how flex items grow.
Implementations§
source§impl TailWindGrow
impl TailWindGrow
sourcepub fn parse(pattern: &[&str], arbitrary: &TailwindArbitrary) -> Result<Self>
pub fn parse(pattern: &[&str], arbitrary: &TailwindArbitrary) -> Result<Self>
https://tailwindcss.com/docs/flex-grow
Trait Implementations§
source§impl Clone for TailWindGrow
impl Clone for TailWindGrow
source§fn clone(&self) -> TailWindGrow
fn clone(&self) -> TailWindGrow
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 TailWindGrow
impl Debug for TailWindGrow
source§impl Display for TailWindGrow
impl Display for TailWindGrow
source§impl TailwindInstance for TailWindGrow
impl TailwindInstance for TailWindGrow
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 TailWindGrow
impl Send for TailWindGrow
impl Sync for TailWindGrow
impl Unpin for TailWindGrow
impl UnwindSafe for TailWindGrow
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