Struct google_plus1::ActivityActorVerification [−][src]
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 Default for ActivityActorVerification[src]
impl Default for ActivityActorVerificationfn default() -> ActivityActorVerification[src]
fn default() -> ActivityActorVerificationReturns the "default value" for a type. Read more
impl Clone for ActivityActorVerification[src]
impl Clone for ActivityActorVerificationfn clone(&self) -> ActivityActorVerification[src]
fn clone(&self) -> ActivityActorVerificationReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for ActivityActorVerification[src]
impl Debug for ActivityActorVerificationfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl NestedType for ActivityActorVerification[src]
impl NestedType for ActivityActorVerificationimpl Part for ActivityActorVerification[src]
impl Part for ActivityActorVerificationAuto Trait Implementations
impl Send for ActivityActorVerification
impl Send for ActivityActorVerificationimpl Sync for ActivityActorVerification
impl Sync for ActivityActorVerification