Struct google_plus1::ActivityProvider[][src]

pub struct ActivityProvider {
    pub title: Option<String>,
}

The service provider that initially published this activity.

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

Fields

Name of the service provider.

Trait Implementations

impl Default for ActivityProvider
[src]

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

impl Clone for ActivityProvider
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ActivityProvider
[src]

Formats the value using the given formatter. Read more

impl NestedType for ActivityProvider
[src]

impl Part for ActivityProvider
[src]

Auto Trait Implementations