Struct google_plusdomains1::ActivityActorVerification[][src]

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

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

impl Clone for ActivityActorVerification
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for ActivityActorVerification
[src]

Formats the value using the given formatter. Read more

impl NestedType for ActivityActorVerification
[src]

impl Part for ActivityActorVerification
[src]

Auto Trait Implementations