Struct google_plus1::CommentActor [−][src]
pub struct CommentActor {
pub display_name: Option<String>,
pub verification: Option<CommentActorVerification>,
pub url: Option<String>,
pub image: Option<CommentActorImage>,
pub client_specific_actor_info: Option<CommentActorClientSpecificActorInfo>,
pub id: Option<String>,
}The person who posted this comment.
This type is not used in any activity, and only used as part of another schema.
Fields
display_name: Option<String>
The name of this actor, suitable for display.
verification: Option<CommentActorVerification>
Verification status of actor.
url: Option<String>
A link to the Person resource for this actor.
image: Option<CommentActorImage>
The image representation of this actor.
client_specific_actor_info: Option<CommentActorClientSpecificActorInfo>
Actor info specific to particular clients.
id: Option<String>
The ID of the actor.
Trait Implementations
impl Default for CommentActor[src]
impl Default for CommentActorfn default() -> CommentActor[src]
fn default() -> CommentActorReturns the "default value" for a type. Read more
impl Clone for CommentActor[src]
impl Clone for CommentActorfn clone(&self) -> CommentActor[src]
fn clone(&self) -> CommentActorReturns 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 CommentActor[src]
impl Debug for CommentActorfn 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 CommentActor[src]
impl NestedType for CommentActorimpl Part for CommentActor[src]
impl Part for CommentActorAuto Trait Implementations
impl Send for CommentActor
impl Send for CommentActorimpl Sync for CommentActor
impl Sync for CommentActor