Enum tailwind_css::AxisXY
source · pub enum AxisXY {
X,
Y,
N,
}
Variants§
Implementations§
Trait Implementations§
impl Copy for AxisXY
Auto Trait Implementations§
impl RefUnwindSafe for AxisXY
impl Send for AxisXY
impl Sync for AxisXY
impl Unpin for AxisXY
impl UnwindSafe for AxisXY
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