Struct google_games1::AchievementSetStepsAtLeastResponse [] [src]

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

This is a JSON template for an achievement set steps at least 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 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#achievementSetStepsAtLeastResponse.

Trait Implementations

impl Debug for AchievementSetStepsAtLeastResponse
[src]

Formats the value using the given formatter.

impl Clone for AchievementSetStepsAtLeastResponse
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for AchievementSetStepsAtLeastResponse
[src]

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

impl ResponseResult for AchievementSetStepsAtLeastResponse
[src]