pub enum DrawerDirection {
Bottom,
Top,
Left,
Right,
}Expand description
Edge the drawer slides in from. The shared content base rides on DRAWER_CONTENT_BASE.
Variants§
Trait Implementations§
Source§impl AsRef<str> for DrawerDirection
impl AsRef<str> for DrawerDirection
Source§impl AsTailwindClass for DrawerDirection
impl AsTailwindClass for DrawerDirection
Source§impl Clone for DrawerDirection
impl Clone for DrawerDirection
impl Copy for DrawerDirection
Source§impl Default for DrawerDirection
impl Default for DrawerDirection
Source§impl IntoEnumIterator for DrawerDirection
impl IntoEnumIterator for DrawerDirection
Source§impl PartialEq for DrawerDirection
impl PartialEq for DrawerDirection
Source§fn eq(&self, other: &DrawerDirection) -> bool
fn eq(&self, other: &DrawerDirection) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DrawerDirection
Auto Trait Implementations§
impl Freeze for DrawerDirection
impl RefUnwindSafe for DrawerDirection
impl Send for DrawerDirection
impl Sync for DrawerDirection
impl Unpin for DrawerDirection
impl UnsafeUnpin for DrawerDirection
impl UnwindSafe for DrawerDirection
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