Struct nzsc_single_player::streaks::CharacterStreak [] [src]

pub struct CharacterStreak {
    pub repeated_character: Option<Character>,
    pub times: u8,
}

Keeps track of how many times you chose a character in a row.

Used for enforcing three-times-in-a-row rule.

Fields

Methods

impl CharacterStreak
[src]

[src]

[src]

Trait Implementations

impl Clone for CharacterStreak
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CharacterStreak
[src]

Auto Trait Implementations