Struct google_plusdomains1::ActivityObjectResharers [] [src]

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

People who reshared this activity.

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

Fields

Total number of people who reshared this activity.

The URL for the collection of resharers.

Trait Implementations

impl Debug for ActivityObjectResharers
[src]

Formats the value using the given formatter.

impl Clone for ActivityObjectResharers
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for ActivityObjectResharers
[src]

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

impl NestedType for ActivityObjectResharers
[src]

impl Part for ActivityObjectResharers
[src]