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
title: Option<String>
Name of the service provider.
Trait Implementations
impl Debug for ActivityProvider[src]
impl Clone for ActivityProvider[src]
fn clone(&self) -> ActivityProvider
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 ActivityProvider[src]
fn default() -> ActivityProvider
Returns the "default value" for a type. Read more