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