Struct tailwind_css::TailwindWillChange
source · pub struct TailwindWillChange { /* private fields */ }
Expand description
Implementations§
source§impl TailwindWillChange
impl TailwindWillChange
sourcepub fn parse(pattern: &[&str], arbitrary: &TailwindArbitrary) -> Result<Self>
pub fn parse(pattern: &[&str], arbitrary: &TailwindArbitrary) -> Result<Self>
sourcepub fn parse_arbitrary(arbitrary: &TailwindArbitrary) -> Result<Self>
pub fn parse_arbitrary(arbitrary: &TailwindArbitrary) -> Result<Self>
dispatch to will-change
sourcepub fn check_valid(mode: &str) -> bool
pub fn check_valid(mode: &str) -> bool
https://developer.mozilla.org/en-US/docs/Web/CSS/will-change#syntax
Trait Implementations§
source§impl Clone for TailwindWillChange
impl Clone for TailwindWillChange
source§fn clone(&self) -> TailwindWillChange
fn clone(&self) -> TailwindWillChange
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 TailwindWillChange
impl Debug for TailwindWillChange
source§impl Display for TailwindWillChange
impl Display for TailwindWillChange
source§impl<T> From<T> for TailwindWillChange
impl<T> From<T> for TailwindWillChange
source§impl TailwindInstance for TailwindWillChange
impl TailwindInstance for TailwindWillChange
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 TailwindWillChange
impl Send for TailwindWillChange
impl Sync for TailwindWillChange
impl Unpin for TailwindWillChange
impl UnwindSafe for TailwindWillChange
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