Struct google_plus1::CommentInReplyTo[][src]

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

The activity this comment replied to.

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

Fields

The URL of the activity.

The ID of the activity.

Trait Implementations

impl Default for CommentInReplyTo
[src]

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

impl Clone for CommentInReplyTo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CommentInReplyTo
[src]

Formats the value using the given formatter. Read more

impl NestedType for CommentInReplyTo
[src]

impl Part for CommentInReplyTo
[src]

Auto Trait Implementations