Struct google_plus1::ActivityObjectReplies[][src]

pub struct ActivityObjectReplies {
    pub total_items: Option<u32>,
    pub self_link: Option<String>,
}

Comments in reply to this activity.

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

Fields

Total number of comments on this activity.

The URL for the collection of comments in reply to this activity.

Trait Implementations

impl Default for ActivityObjectReplies
[src]

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

impl Clone for ActivityObjectReplies
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ActivityObjectReplies
[src]

Formats the value using the given formatter. Read more

impl NestedType for ActivityObjectReplies
[src]

impl Part for ActivityObjectReplies
[src]

Auto Trait Implementations