Enum csa::value::GameAttribute [] [src]

pub enum GameAttribute {
    Time(Time),
    TimeLimit(TimeLimit),
    Str(String),
}

Variants

Trait Implementations

impl Debug for GameAttribute
[src]

Formats the value using the given formatter.

impl PartialEq for GameAttribute
[src]

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

This method tests for !=.

impl Eq for GameAttribute
[src]

impl Display for GameAttribute
[src]

Formats the value using the given formatter. Read more