Enum tailwind_parse::Translate
source · pub enum Translate {
X,
Y,
}
Variants§
Trait Implementations§
source§impl PartialEq<Translate> for Translate
impl PartialEq<Translate> for Translate
impl Copy for Translate
impl Eq for Translate
impl StructuralEq for Translate
impl StructuralPartialEq for Translate
Auto Trait Implementations§
impl RefUnwindSafe for Translate
impl Send for Translate
impl Sync for Translate
impl Unpin for Translate
impl UnwindSafe for Translate
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