Struct google_blogger3::BlogPosts [] [src]

pub struct BlogPosts {
    pub total_items: Option<i32>,
    pub items: Option<Vec<Post>>,
    pub self_link: Option<String>,
}

The container of posts in this blog.

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

Fields

The count of posts in this blog.

The List of Posts for this Blog.

The URL of the container for posts in this blog.

Trait Implementations

impl Default for BlogPosts
[src]

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

impl Clone for BlogPosts
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for BlogPosts
[src]

Formats the value using the given formatter.

impl NestedType for BlogPosts
[src]

impl Part for BlogPosts
[src]