Struct google_blogger3::UserBlogs [] [src]

pub struct UserBlogs {
    pub self_link: Option<String>,
}

The container of blogs for this user.

This type is not used in any activity, and only used as part of another schema.

Fields

The URL of the Blogs for this user.

Trait Implementations

impl Default for UserBlogs
[src]

[src]

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

impl Clone for UserBlogs
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for UserBlogs
[src]

[src]

Formats the value using the given formatter.

impl NestedType for UserBlogs
[src]

impl Part for UserBlogs
[src]