Struct google_games1::AnonymousPlayer[][src]

pub struct AnonymousPlayer {
    pub kind: Option<String>,
    pub avatar_image_url: Option<String>,
    pub display_name: Option<String>,
}

This is a JSON template for an anonymous player

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

The base URL for the image to display for the anonymous player.

The name to display for the anonymous player.

Trait Implementations

impl Default for AnonymousPlayer
[src]

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

impl Clone for AnonymousPlayer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AnonymousPlayer
[src]

Formats the value using the given formatter. Read more

impl Part for AnonymousPlayer
[src]

Auto Trait Implementations