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_items: Option<u32>
Total number of people who +1'd this comment.
Trait Implementations
impl Debug for CommentPlusoners[src]
impl Clone for CommentPlusoners[src]
fn clone(&self) -> CommentPlusoners
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for CommentPlusoners[src]
fn default() -> CommentPlusoners
Returns the "default value" for a type. Read more