Struct google_testing1::GoogleAuto[][src]

pub struct GoogleAuto { /* fields omitted */ }

Enables automatic Google account login. If set, the service will automatically generate a Google test account and add it to the device, before executing the test. Note that test accounts might be reused. Many applications show their full set of functionalities when an account is present on the device. Logging into the device with these generated accounts allows testing more functionalities.

This type is not used in any activity, and only used as part of another schema.

Trait Implementations

impl Default for GoogleAuto
[src]

Returns the "default value" for a type. Read more

impl Clone for GoogleAuto
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for GoogleAuto
[src]

Formats the value using the given formatter. Read more

impl Part for GoogleAuto
[src]

Auto Trait Implementations

impl Send for GoogleAuto

impl Sync for GoogleAuto