Struct google_games1::RoomJoinRequest [] [src]

pub struct RoomJoinRequest {
    pub network_diagnostics: Option<NetworkDiagnostics>,
    pub client_address: Option<RoomClientAddress>,
    pub kind: Option<String>,
    pub capabilities: Option<Vec<String>>,
}

This is a JSON template for a join room request.

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

Network diagnostics for the client joining the room.

Client address for the player joining the room.

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

The capabilities that this client supports for realtime communication.

Trait Implementations

impl Debug for RoomJoinRequest
[src]

Formats the value using the given formatter.

impl Clone for RoomJoinRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for RoomJoinRequest
[src]

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

impl RequestValue for RoomJoinRequest
[src]