Enum prologin::state::Player [] [src]

pub enum Player {
    Moi,
    Toi,
}

Variants

Methods

impl Player
[src]

Trait Implementations

impl Clone for Player
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Player
[src]

impl Debug for Player
[src]

Formats the value using the given formatter. Read more

impl<T> Index<Player> for PlayerLocal<T>
[src]

The returned type after indexing.

Performs the indexing (container[index]) operation.

impl<T> IndexMut<Player> for PlayerLocal<T>
[src]

Performs the mutable indexing (container[index]) operation.

Auto Trait Implementations

impl Send for Player

impl Sync for Player