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 Default for CommentActorClientSpecificActorInfo[src]
impl Default for CommentActorClientSpecificActorInfofn default() -> CommentActorClientSpecificActorInfo[src]
fn default() -> CommentActorClientSpecificActorInfoReturns the "default value" for a type. Read more
impl Clone for CommentActorClientSpecificActorInfo[src]
impl Clone for CommentActorClientSpecificActorInfofn clone(&self) -> CommentActorClientSpecificActorInfo[src]
fn clone(&self) -> CommentActorClientSpecificActorInfoReturns 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 CommentActorClientSpecificActorInfo[src]
impl Debug for CommentActorClientSpecificActorInfofn 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 CommentActorClientSpecificActorInfo[src]
impl NestedType for CommentActorClientSpecificActorInfoimpl Part for CommentActorClientSpecificActorInfo[src]
impl Part for CommentActorClientSpecificActorInfoAuto Trait Implementations
impl Send for CommentActorClientSpecificActorInfo
impl Send for CommentActorClientSpecificActorInfoimpl Sync for CommentActorClientSpecificActorInfo
impl Sync for CommentActorClientSpecificActorInfo