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_items: Option<u32>
Total number of comments on this activity.
self_link: Option<String>
The URL for the collection of comments in reply to this activity.
Trait Implementations
impl Debug for ActivityObjectReplies[src]
impl Clone for ActivityObjectReplies[src]
fn clone(&self) -> ActivityObjectReplies
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 ActivityObjectReplies[src]
fn default() -> ActivityObjectReplies
Returns the "default value" for a type. Read more