Enum libcoinche::pos::Team [] [src]

pub enum Team {
    T02,
    T13,
}

One of two teams

Variants

Players P0 and P2

Players P1 and P3

Methods

impl Team
[src]

Return the team corresponding to the given number.

Returns the other team

Trait Implementations

impl PartialEq for Team
[src]

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

This method tests for !=.

impl Clone for Team
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Team
[src]

impl Debug for Team
[src]

Formats the value using the given formatter.