Struct google_plus1::CommentActorClientSpecificActorInfo
[−]
[src]
pub struct CommentActorClientSpecificActorInfo {
pub youtube_actor_info: Option<CommentActorClientSpecificActorInfoYoutubeActorInfo>,
}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<CommentActorClientSpecificActorInfoYoutubeActorInfo>
Actor info specific to YouTube clients.
Trait Implementations
impl Debug for CommentActorClientSpecificActorInfo[src]
impl Clone for CommentActorClientSpecificActorInfo[src]
fn clone(&self) -> CommentActorClientSpecificActorInfo
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 CommentActorClientSpecificActorInfo[src]
fn default() -> CommentActorClientSpecificActorInfo
Returns the "default value" for a type. Read more