pub struct TwClass<'a>(/* private fields */);Expand description
This represents a tailwind class. Use tw! macro to create one.
Implementations§
Trait Implementations§
Source§impl<'a> AddAssign for TwClass<'a>
impl<'a> AddAssign for TwClass<'a>
Source§fn add_assign(&mut self, other: Self)
fn add_assign(&mut self, other: Self)
Performs the
+= operation. Read moreAuto Trait Implementations§
impl<'a> Freeze for TwClass<'a>
impl<'a> RefUnwindSafe for TwClass<'a>
impl<'a> Send for TwClass<'a>
impl<'a> Sync for TwClass<'a>
impl<'a> Unpin for TwClass<'a>
impl<'a> UnwindSafe for TwClass<'a>
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