Struct google_plus1::ActivityProvider [−][src]
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 Default for ActivityProvider[src]
impl Default for ActivityProviderfn default() -> ActivityProvider[src]
fn default() -> ActivityProviderReturns the "default value" for a type. Read more
impl Clone for ActivityProvider[src]
impl Clone for ActivityProviderfn clone(&self) -> ActivityProvider[src]
fn clone(&self) -> ActivityProviderReturns 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 ActivityProvider[src]
impl Debug for ActivityProviderfn 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 ActivityProvider[src]
impl NestedType for ActivityProviderimpl Part for ActivityProvider[src]
impl Part for ActivityProviderAuto Trait Implementations
impl Send for ActivityProvider
impl Send for ActivityProviderimpl Sync for ActivityProvider
impl Sync for ActivityProvider