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