Struct google_blogger3::CommentInReplyTo [] [src]

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

Data about the comment this is in reply to.

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

Fields

The identified of the parent of this comment.

Trait Implementations

impl Default for CommentInReplyTo
[src]

[src]

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

impl Clone for CommentInReplyTo
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for CommentInReplyTo
[src]

[src]

Formats the value using the given formatter.

impl NestedType for CommentInReplyTo
[src]

impl Part for CommentInReplyTo
[src]