Struct google_plus1::CommentActorVerification [−][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 CommentActorVerification[src]
impl Default for CommentActorVerificationfn default() -> CommentActorVerification[src]
fn default() -> CommentActorVerificationReturns the "default value" for a type. Read more
impl Clone for CommentActorVerification[src]
impl Clone for CommentActorVerificationfn clone(&self) -> CommentActorVerification[src]
fn clone(&self) -> CommentActorVerificationReturns 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 CommentActorVerification[src]
impl Debug for CommentActorVerificationfn 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 CommentActorVerification[src]
impl NestedType for CommentActorVerificationimpl Part for CommentActorVerification[src]
impl Part for CommentActorVerificationAuto Trait Implementations
impl Send for CommentActorVerification
impl Send for CommentActorVerificationimpl Sync for CommentActorVerification
impl Sync for CommentActorVerification