Struct google_blogger3::User [] [src]

pub struct User {
    pub about: Option<String>,
    pub display_name: Option<String>,
    pub created: Option<String>,
    pub locale: Option<UserLocale>,
    pub blogs: Option<UserBlogs>,
    pub kind: Option<String>,
    pub url: Option<String>,
    pub id: Option<String>,
    pub self_link: Option<String>,
}

There is no detailed description.

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

Profile summary information.

The display name.

The timestamp of when this profile was created, in seconds since epoch.

This user's locale

The container of blogs for this user.

The kind of this entity. Always blogger#user

The user's profile page.

The identifier for this User.

The API REST URL to fetch this resource from.

Trait Implementations

impl Default for User
[src]

[src]

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

impl Clone for User
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for User
[src]

[src]

Formats the value using the given formatter.

impl Resource for User
[src]

impl ResponseResult for User
[src]