[][src]Struct google_plusdomains1::CommentActor

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 Part for CommentActor[src]

impl NestedType for CommentActor[src]

impl Default for CommentActor[src]

impl Clone for CommentActor[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 Serialize for CommentActor[src]

impl<'de> Deserialize<'de> for CommentActor[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Typeable for T where
    T: Any

fn get_type(&self) -> TypeId

Get the TypeId of this object.

impl<T> DeserializeOwned for T where
    T: Deserialize<'de>, 
[src]