Struct google_games1::AchievementIncrementResponse[][src]

pub struct AchievementIncrementResponse {
    pub current_steps: Option<i32>,
    pub newly_unlocked: Option<bool>,
    pub kind: Option<String>,
}

This is a JSON template for an achievement increment 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 current steps recorded for this incremental achievement.

Whether the current steps for the achievement has reached the number of steps required to unlock.

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

Trait Implementations

impl Default for AchievementIncrementResponse
[src]

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

impl Clone for AchievementIncrementResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AchievementIncrementResponse
[src]

Formats the value using the given formatter. Read more

impl ResponseResult for AchievementIncrementResponse
[src]

Auto Trait Implementations