pub enum DrawerWidth {
Full,
Narrow,
}
Variants§
Trait Implementations§
source§impl Clone for DrawerWidth
impl Clone for DrawerWidth
source§fn clone(&self) -> DrawerWidth
fn clone(&self) -> DrawerWidth
Returns a copy 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 PartialEq<DrawerWidth> for DrawerWidth
impl PartialEq<DrawerWidth> for DrawerWidth
source§fn eq(&self, other: &DrawerWidth) -> bool
fn eq(&self, other: &DrawerWidth) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for DrawerWidth
impl Eq for DrawerWidth
impl StructuralEq for DrawerWidth
impl StructuralPartialEq for DrawerWidth
Auto Trait Implementations§
impl RefUnwindSafe for DrawerWidth
impl Send for DrawerWidth
impl Sync for DrawerWidth
impl Unpin for DrawerWidth
impl UnwindSafe for DrawerWidth
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