Enum derbyjson::ObjectType [] [src]

pub enum ObjectType {
    Game,
    Rosters,
    Stats,
    League,
}

Variants

Trait Implementations

impl PartialEq for ObjectType
[src]

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

This method tests for !=.

impl Debug for ObjectType
[src]

Formats the value using the given formatter.