Enum simple_cards::cards::Value
[−]
[src]
pub enum Value {
Ace,
Two,
Three,
Four,
Five,
Six,
Seven,
Eight,
Nine,
Ten,
Jack,
Queen,
King,
}Variants
AceTwoThreeFourFiveSixSevenEightNineTenJackQueenKing
Trait Implementations
impl Debug for Value[src]
impl Clone for Value[src]
fn clone(&self) -> Value[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
Performs copy-assignment from source. Read more
impl Copy for Value[src]
impl PartialEq for Value[src]
fn eq(&self, __arg_0: &Value) -> bool[src]
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &Rhs) -> bool1.0.0[src]
This method tests for !=.