pub enum DrawerPosition {
Left,
Right,
Top,
Bottom,
}Variants§
Trait Implementations§
Source§impl Clone for DrawerPosition
impl Clone for DrawerPosition
Source§fn clone(&self) -> DrawerPosition
fn clone(&self) -> DrawerPosition
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DrawerPosition
impl Debug for DrawerPosition
Source§impl PartialEq for DrawerPosition
impl PartialEq for DrawerPosition
impl Copy for DrawerPosition
impl StructuralPartialEq for DrawerPosition
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