Struct google_games1::Category [] [src]

pub struct Category {
    pub category: Option<String>,
    pub experience_points: Option<String>,
    pub kind: Option<String>,
}

This is a JSON template for data related to individual game categories.

This type is not used in any activity, and only used as part of another schema.

Fields

The category name.

Experience points earned in this category.

Uniquely identifies the type of this resource. Value is always the fixed string games#category.

Trait Implementations

impl Debug for Category
[src]

Formats the value using the given formatter.

impl Clone for Category
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Category
[src]

Returns the "default value" for a type. Read more

impl Part for Category
[src]