Struct google_plus1::ActivityActorClientSpecificActorInfo [−][src]
pub struct ActivityActorClientSpecificActorInfo {
pub youtube_actor_info: Option<ActivityActorClientSpecificActorInfoYoutubeActorInfo>,
}Actor info specific to particular clients.
This type is not used in any activity, and only used as part of another schema.
Fields
youtube_actor_info: Option<ActivityActorClientSpecificActorInfoYoutubeActorInfo>
Actor info specific to YouTube clients.
Trait Implementations
impl Default for ActivityActorClientSpecificActorInfo[src]
impl Default for ActivityActorClientSpecificActorInfofn default() -> ActivityActorClientSpecificActorInfo[src]
fn default() -> ActivityActorClientSpecificActorInfoReturns the "default value" for a type. Read more
impl Clone for ActivityActorClientSpecificActorInfo[src]
impl Clone for ActivityActorClientSpecificActorInfofn clone(&self) -> ActivityActorClientSpecificActorInfo[src]
fn clone(&self) -> ActivityActorClientSpecificActorInfoReturns 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 ActivityActorClientSpecificActorInfo[src]
impl Debug for ActivityActorClientSpecificActorInfofn 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 ActivityActorClientSpecificActorInfo[src]
impl NestedType for ActivityActorClientSpecificActorInfoimpl Part for ActivityActorClientSpecificActorInfo[src]
impl Part for ActivityActorClientSpecificActorInfoAuto Trait Implementations
impl Send for ActivityActorClientSpecificActorInfo
impl Send for ActivityActorClientSpecificActorInfoimpl Sync for ActivityActorClientSpecificActorInfo
impl Sync for ActivityActorClientSpecificActorInfo