Struct google_blogger3::CommentBlog [] [src]

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

Data about the blog containing this comment.

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

Fields

The identifier of the blog containing this comment.

Trait Implementations

impl Default for CommentBlog
[src]

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

impl Clone for CommentBlog
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CommentBlog
[src]

Formats the value using the given formatter.

impl NestedType for CommentBlog
[src]

impl Part for CommentBlog
[src]