Struct google_testing1::api::Account [−][src]
pub struct Account {
pub google_auto: Option<GoogleAuto>,
}Expand description
Identifies an account and how to log into it.
This type is not used in any activity, and only used as part of another schema.
Fields
google_auto: Option<GoogleAuto>An automatic google login account.
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
Auto Trait Implementations
impl RefUnwindSafe for Account
impl UnwindSafe for Account
Blanket Implementations
Mutably borrows from an owned value. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more