Struct gsuite_api::types::VerificationCode [−][src]
pub struct VerificationCode { pub etag: String, pub kind: String, pub user_id: String, pub verification_code: String, }
Expand description
The Directory API allows you to view, generate, and invalidate backup verification codes for a user.
Fields
etag: String
The Directory API allows you to view, generate, and invalidate backup verification codes for a user.
kind: String
The Directory API allows you to view, generate, and invalidate backup verification codes for a user.
user_id: String
The Directory API allows you to view, generate, and invalidate backup verification codes for a user.
verification_code: String
The Directory API allows you to view, generate, and invalidate backup verification codes for a user.
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for VerificationCode
impl Send for VerificationCode
impl Sync for VerificationCode
impl Unpin for VerificationCode
impl UnwindSafe for VerificationCode
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span
, returning an
Instrumented
wrapper. Read more