Struct google_blogger3::PostBlog [] [src]

pub struct PostBlog {
    pub id: Option<String>,
}

Data about the blog containing this Post.

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

Fields

The identifier of the Blog that contains this Post.

Trait Implementations

impl Default for PostBlog
[src]

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

impl Clone for PostBlog
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for PostBlog
[src]

Formats the value using the given formatter.

impl NestedType for PostBlog
[src]

impl Part for PostBlog
[src]