Struct google_plus1::CommentActorVerification[][src]

pub struct CommentActorVerification {
    pub ad_hoc_verified: Option<String>,
}

Verification status of actor.

This type is not used in any activity, and only used as part of another schema.

Fields

Verification for one-time or manual processes.

Trait Implementations

impl Default for CommentActorVerification
[src]

Returns the "default value" for a type. Read more

impl Clone for CommentActorVerification
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for CommentActorVerification
[src]

Formats the value using the given formatter. Read more

impl NestedType for CommentActorVerification
[src]

impl Part for CommentActorVerification
[src]

Auto Trait Implementations