Struct google_plus1::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
ad_hoc_verified: Option<String>
Verification for one-time or manual processes.
Trait Implementations
impl Debug for ActivityActorVerification[src]
impl Clone for ActivityActorVerification[src]
fn clone(&self) -> ActivityActorVerification
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Default for ActivityActorVerification[src]
fn default() -> ActivityActorVerification
Returns the "default value" for a type. Read more