Struct tailwind_css::TailwindPlaceSelf
source · pub struct TailwindPlaceSelf { /* private fields */ }
Expand description
Implementations§
source§impl TailwindPlaceSelf
impl TailwindPlaceSelf
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 place-self
Trait Implementations§
source§impl Clone for TailwindPlaceSelf
impl Clone for TailwindPlaceSelf
source§fn clone(&self) -> TailwindPlaceSelf
fn clone(&self) -> TailwindPlaceSelf
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 TailwindPlaceSelf
impl Debug for TailwindPlaceSelf
source§impl Display for TailwindPlaceSelf
impl Display for TailwindPlaceSelf
source§impl TailwindInstance for TailwindPlaceSelf
impl TailwindInstance for TailwindPlaceSelf
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 TailwindPlaceSelf
impl Send for TailwindPlaceSelf
impl Sync for TailwindPlaceSelf
impl Unpin for TailwindPlaceSelf
impl UnwindSafe for TailwindPlaceSelf
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