pub enum DrawerSide {
Left,
Right,
}Expand description
Which edge of the viewport the drawer slides in from.
Variants§
Trait Implementations§
Source§impl Clone for DrawerSide
impl Clone for DrawerSide
Source§fn clone(&self) -> DrawerSide
fn clone(&self) -> DrawerSide
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 DrawerSide
impl Debug for DrawerSide
Source§impl PartialEq for DrawerSide
impl PartialEq for DrawerSide
impl Copy for DrawerSide
impl Eq for DrawerSide
impl StructuralPartialEq for DrawerSide
Auto Trait Implementations§
impl Freeze for DrawerSide
impl RefUnwindSafe for DrawerSide
impl Send for DrawerSide
impl Sync for DrawerSide
impl Unpin for DrawerSide
impl UnsafeUnpin for DrawerSide
impl UnwindSafe for DrawerSide
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