Struct google_plusdomains1::CirclePeople[][src]

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

The people in this circle.

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

Fields

The total number of people in this circle.

Trait Implementations

impl Default for CirclePeople
[src]

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

impl Clone for CirclePeople
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CirclePeople
[src]

Formats the value using the given formatter. Read more

impl NestedType for CirclePeople
[src]

impl Part for CirclePeople
[src]

Auto Trait Implementations