pub enum DrawerPosition {
Left,
Right,
Top,
Bottom,
}Variants§
Auto Trait Implementations§
impl Freeze for DrawerPosition
impl RefUnwindSafe for DrawerPosition
impl Send for DrawerPosition
impl Sync for DrawerPosition
impl Unpin for DrawerPosition
impl UnwindSafe for DrawerPosition
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