Struct google_plus1::ActivityObjectActorVerification[][src]

pub struct ActivityObjectActorVerification {
    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 ActivityObjectActorVerification
[src]

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

impl Clone for ActivityObjectActorVerification
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ActivityObjectActorVerification
[src]

Formats the value using the given formatter. Read more

impl NestedType for ActivityObjectActorVerification
[src]

impl Part for ActivityObjectActorVerification
[src]

Auto Trait Implementations