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