Enum spades::Rank[][src]

pub enum Rank {
    Blank,
    Two,
    Three,
    Four,
    Five,
    Six,
    Seven,
    Eight,
    Nine,
    Ten,
    Jack,
    Queen,
    King,
    Ace,
}

Variants

Trait Implementations

impl Clone for Rank
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Rank
[src]

impl PartialEq for Rank
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Rank
[src]

impl Debug for Rank
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Rank

impl Sync for Rank