Struct google_games1::RoomClientAddress [] [src]

pub struct RoomClientAddress {
    pub kind: Option<String>,
    pub xmpp_address: Option<String>,
}

This is a JSON template for the client address when setting up a room.

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#roomClientAddress.

The XMPP address of the client on the Google Games XMPP network.

Trait Implementations

impl Debug for RoomClientAddress
[src]

Formats the value using the given formatter.

impl Clone for RoomClientAddress
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for RoomClientAddress
[src]

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

impl Part for RoomClientAddress
[src]