Struct google_appstate1::WriteResult [] [src]

pub struct WriteResult {
    pub kind: Option<String>,
    pub state_key: Option<i32>,
    pub current_state_version: Option<String>,
}

This is a JSON template for an app state write result.

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

Uniquely identifies the type of this resource. Value is always the fixed string appstate#writeResult.

The written key.

The version of the data for this key on the server.

Trait Implementations

impl Debug for WriteResult
[src]

Formats the value using the given formatter.

impl Clone for WriteResult
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for WriteResult
[src]

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

impl ResponseResult for WriteResult
[src]