pub enum CardWidgetMode {
FullFaceUp,
FullFaceDown,
SliceFaceUp,
SliceFaceDown(usize),
}
Variants§
Trait Implementations§
Source§impl Clone for CardWidgetMode
impl Clone for CardWidgetMode
Source§fn clone(&self) -> CardWidgetMode
fn clone(&self) -> CardWidgetMode
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 CardWidgetMode
impl Debug for CardWidgetMode
impl Copy for CardWidgetMode
Auto Trait Implementations§
impl Freeze for CardWidgetMode
impl RefUnwindSafe for CardWidgetMode
impl Send for CardWidgetMode
impl Sync for CardWidgetMode
impl Unpin for CardWidgetMode
impl UnwindSafe for CardWidgetMode
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