Enum spades::GetError[][src]

pub enum GetError {
    InvalidUuid,
    GameNotStarted,
    GameCompleted,
    GameNotCompleted,
    Unknown,
}

Variants

Trait Implementations

impl Debug for GetError
[src]

Formats the value using the given formatter. Read more

impl PartialEq for GetError
[src]

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

This method tests for !=.

impl Display for GetError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for GetError

impl Sync for GetError