Enum nv_card::Suit [] [src]

pub enum Suit {
    Spades,
    Clubs,
    Diamond,
    Hearts,
}

Suits of standard playing cards

Variants

Trait Implementations

impl Debug for Suit
[src]

Formats the value using the given formatter.

impl PartialEq for Suit
[src]

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

This method tests for !=.

impl ToString for Suit
[src]

Converts the given value to a String. Read more