Struct google_games1::TurnBasedMatchRematch[][src]

pub struct TurnBasedMatchRematch {
    pub rematch: Option<TurnBasedMatch>,
    pub kind: Option<String>,
    pub previous_match: Option<TurnBasedMatch>,
}

This is a JSON template for a rematch response.

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

The newly created match; a rematch of the old match with the same participants.

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

The old match that the rematch was created from; will be updated such that the rematchId field will point at the new match.

Trait Implementations

impl Default for TurnBasedMatchRematch
[src]

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

impl Clone for TurnBasedMatchRematch
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TurnBasedMatchRematch
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for TurnBasedMatchRematch
[src]

Auto Trait Implementations