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