Struct google_plus1::ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo [−][src]
pub struct ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo {
pub channel_id: Option<String>,
}Actor info specific to YouTube clients.
This type is not used in any activity, and only used as part of another schema.
Fields
channel_id: Option<String>
ID of the YouTube channel owned by the Actor.
Trait Implementations
impl Default for ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo[src]
impl Default for ActivityObjectActorClientSpecificActorInfoYoutubeActorInfofn default() -> ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo[src]
fn default() -> ActivityObjectActorClientSpecificActorInfoYoutubeActorInfoReturns the "default value" for a type. Read more
impl Clone for ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo[src]
impl Clone for ActivityObjectActorClientSpecificActorInfoYoutubeActorInfofn clone(&self) -> ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo[src]
fn clone(&self) -> ActivityObjectActorClientSpecificActorInfoYoutubeActorInfoReturns 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 ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo[src]
impl Debug for ActivityObjectActorClientSpecificActorInfoYoutubeActorInfofn 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 ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo[src]
impl NestedType for ActivityObjectActorClientSpecificActorInfoYoutubeActorInfoimpl Part for ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo[src]
impl Part for ActivityObjectActorClientSpecificActorInfoYoutubeActorInfo