Struct google_games1::TurnBasedMatchResults [] [src]

pub struct TurnBasedMatchResults {
    pub kind: Option<String>,
    pub data: Option<TurnBasedMatchDataRequest>,
    pub match_version: Option<i32>,
    pub results: Option<Vec<ParticipantResult>>,
}

This is a JSON template for a turn-based match results object.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

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

The final match data.

The version of the match being updated.

The match results for the participants in the match.

Trait Implementations

impl Debug for TurnBasedMatchResults
[src]

Formats the value using the given formatter.

impl Clone for TurnBasedMatchResults
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for TurnBasedMatchResults
[src]

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

impl RequestValue for TurnBasedMatchResults
[src]