pub enum FieldOrientation {
Vertical,
Horizontal,
Responsive,
}Variants§
Trait Implementations§
Source§impl AsRef<str> for FieldOrientation
impl AsRef<str> for FieldOrientation
Source§impl AsTailwindClass for FieldOrientation
impl AsTailwindClass for FieldOrientation
Source§impl Clone for FieldOrientation
impl Clone for FieldOrientation
impl Copy for FieldOrientation
Source§impl Default for FieldOrientation
impl Default for FieldOrientation
Source§impl IntoEnumIterator for FieldOrientation
impl IntoEnumIterator for FieldOrientation
Source§impl PartialEq for FieldOrientation
impl PartialEq for FieldOrientation
impl StructuralPartialEq for FieldOrientation
Auto Trait Implementations§
impl Freeze for FieldOrientation
impl RefUnwindSafe for FieldOrientation
impl Send for FieldOrientation
impl Sync for FieldOrientation
impl Unpin for FieldOrientation
impl UnsafeUnpin for FieldOrientation
impl UnwindSafe for FieldOrientation
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