pub enum Cardinsselect {
No = 0,
Yes = 1,
}
Expand description
Card Inserted
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for Cardinsselect
impl Clone for Cardinsselect
Source§fn clone(&self) -> Cardinsselect
fn clone(&self) -> Cardinsselect
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 Debug for Cardinsselect
impl Debug for Cardinsselect
Source§impl From<Cardinsselect> for bool
impl From<Cardinsselect> for bool
Source§fn from(variant: Cardinsselect) -> Self
fn from(variant: Cardinsselect) -> Self
Converts to this type from the input type.
Source§impl PartialEq for Cardinsselect
impl PartialEq for Cardinsselect
impl Copy for Cardinsselect
impl Eq for Cardinsselect
impl StructuralPartialEq for Cardinsselect
Auto Trait Implementations§
impl Freeze for Cardinsselect
impl RefUnwindSafe for Cardinsselect
impl Send for Cardinsselect
impl Sync for Cardinsselect
impl Unpin for Cardinsselect
impl UnwindSafe for Cardinsselect
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