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
ad_hoc_verified: Option<String>
Verification for one-time or manual processes.
Trait Implementations
impl Debug for ActivityObjectActorVerification[src]
impl Clone for ActivityObjectActorVerification[src]
fn clone(&self) -> ActivityObjectActorVerification
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 ActivityObjectActorVerification[src]
fn default() -> ActivityObjectActorVerification
Returns the "default value" for a type. Read more