Struct google_plus1::ActivityActor [−][src]
pub struct ActivityActor {
pub display_name: Option<String>,
pub name: Option<ActivityActorName>,
pub url: Option<String>,
pub image: Option<ActivityActorImage>,
pub client_specific_actor_info: Option<ActivityActorClientSpecificActorInfo>,
pub id: Option<String>,
pub verification: Option<ActivityActorVerification>,
}The person who performed this activity.
This type is not used in any activity, and only used as part of another schema.
Fields
display_name: Option<String>
The name of the actor, suitable for display.
name: Option<ActivityActorName>
An object representation of the individual components of name.
url: Option<String>
The link to the actor's Google profile.
image: Option<ActivityActorImage>
The image representation of the actor.
client_specific_actor_info: Option<ActivityActorClientSpecificActorInfo>
Actor info specific to particular clients.
id: Option<String>
The ID of the actor's Person resource.
verification: Option<ActivityActorVerification>
Verification status of actor.
Trait Implementations
impl Default for ActivityActor[src]
impl Default for ActivityActorfn default() -> ActivityActor[src]
fn default() -> ActivityActorReturns the "default value" for a type. Read more
impl Clone for ActivityActor[src]
impl Clone for ActivityActorfn clone(&self) -> ActivityActor[src]
fn clone(&self) -> ActivityActorReturns 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 ActivityActor[src]
impl Debug for ActivityActorfn 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 ActivityActor[src]
impl NestedType for ActivityActorimpl Part for ActivityActor[src]
impl Part for ActivityActorAuto Trait Implementations
impl Send for ActivityActor
impl Send for ActivityActorimpl Sync for ActivityActor
impl Sync for ActivityActor