Struct google_plus1::CommentPlusoners[][src]

pub struct CommentPlusoners {
    pub total_items: Option<u32>,
}

People who +1'd this comment.

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

Fields

Total number of people who +1'd this comment.

Trait Implementations

impl Default for CommentPlusoners
[src]

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

impl Clone for CommentPlusoners
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CommentPlusoners
[src]

Formats the value using the given formatter. Read more

impl NestedType for CommentPlusoners
[src]

impl Part for CommentPlusoners
[src]

Auto Trait Implementations