Struct google_youtube3::CommentThreadReplies [] [src]

pub struct CommentThreadReplies {
    pub comments: Option<Vec<Comment>>,
}

Comments written in (direct or indirect) reply to the top level comment.

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

Fields

A limited number of replies. Unless the number of replies returned equals total_reply_count in the snippet the returned replies are only a subset of the total number of replies.

Trait Implementations

impl Debug for CommentThreadReplies
[src]

Formats the value using the given formatter.

impl Clone for CommentThreadReplies
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for CommentThreadReplies
[src]

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

impl Part for CommentThreadReplies
[src]