pub enum DrawerVariant {
Permanent,
Dismissible,
Modal,
}Expand description
Material Design navigation drawer variants.
Variants§
Trait Implementations§
Source§impl Clone for DrawerVariant
impl Clone for DrawerVariant
Source§fn clone(&self) -> DrawerVariant
fn clone(&self) -> DrawerVariant
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 DrawerVariant
impl Debug for DrawerVariant
Source§impl PartialEq for DrawerVariant
impl PartialEq for DrawerVariant
impl Copy for DrawerVariant
impl StructuralPartialEq for DrawerVariant
Auto Trait Implementations§
impl Freeze for DrawerVariant
impl RefUnwindSafe for DrawerVariant
impl Send for DrawerVariant
impl Sync for DrawerVariant
impl Unpin for DrawerVariant
impl UnsafeUnpin for DrawerVariant
impl UnwindSafe for DrawerVariant
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