Struct google_plus1::ActivityObjectReplies [−][src]
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 Default for ActivityObjectReplies[src]
impl Default for ActivityObjectRepliesfn default() -> ActivityObjectReplies[src]
fn default() -> ActivityObjectRepliesReturns the "default value" for a type. Read more
impl Clone for ActivityObjectReplies[src]
impl Clone for ActivityObjectRepliesfn clone(&self) -> ActivityObjectReplies[src]
fn clone(&self) -> ActivityObjectRepliesReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ActivityObjectReplies[src]
impl Debug for ActivityObjectRepliesfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl NestedType for ActivityObjectReplies[src]
impl NestedType for ActivityObjectRepliesimpl Part for ActivityObjectReplies[src]
impl Part for ActivityObjectRepliesAuto Trait Implementations
impl Send for ActivityObjectReplies
impl Send for ActivityObjectRepliesimpl Sync for ActivityObjectReplies
impl Sync for ActivityObjectReplies