Struct google_games1::RoomAutoMatchStatus [] [src]

pub struct RoomAutoMatchStatus {
    pub kind: Option<String>,
    pub wait_estimate_seconds: Option<i32>,
}

This is a JSON template for status of room automatching that is in progress.

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

Fields

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

An estimate for the amount of time (in seconds) that auto-matching is expected to take to complete.

Trait Implementations

impl Default for RoomAutoMatchStatus
[src]

[src]

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

impl Clone for RoomAutoMatchStatus
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for RoomAutoMatchStatus
[src]

[src]

Formats the value using the given formatter.

impl Part for RoomAutoMatchStatus
[src]