Struct google_plus1::CommentActorClientSpecificActorInfoYoutubeActorInfo
[−]
[src]
pub struct CommentActorClientSpecificActorInfoYoutubeActorInfo {
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 Debug for CommentActorClientSpecificActorInfoYoutubeActorInfo[src]
impl Clone for CommentActorClientSpecificActorInfoYoutubeActorInfo[src]
fn clone(&self) -> CommentActorClientSpecificActorInfoYoutubeActorInfo
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 CommentActorClientSpecificActorInfoYoutubeActorInfo[src]
fn default() -> CommentActorClientSpecificActorInfoYoutubeActorInfo
Returns the "default value" for a type. Read more