Struct tailwind_css::Negative
source · pub struct Negative(/* private fields */);
Implementations§
Trait Implementations§
source§impl PartialEq<bool> for Negative
impl PartialEq<bool> for Negative
impl Copy for Negative
Auto Trait Implementations§
impl RefUnwindSafe for Negative
impl Send for Negative
impl Sync for Negative
impl Unpin for Negative
impl UnwindSafe for Negative
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