Struct google_blogger3::PostReplies [] [src]

pub struct PostReplies {
    pub total_items: Option<String>,
    pub items: Option<Vec<Comment>>,
    pub self_link: Option<String>,
}

The container of comments on this Post.

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

Fields

The count of comments on this post.

The List of Comments for this Post.

The URL of the comments on this post.

Trait Implementations

impl Default for PostReplies
[src]

[src]

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

impl Clone for PostReplies
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for PostReplies
[src]

[src]

Formats the value using the given formatter.

impl NestedType for PostReplies
[src]

impl Part for PostReplies
[src]