Struct google_vault1::AccountInfo[][src]

pub struct AccountInfo {
    pub emails: Option<Vec<String>>,
}

Accounts to search

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

Fields

A set of accounts to search.

Trait Implementations

impl Default for AccountInfo
[src]

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

impl Clone for AccountInfo
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AccountInfo
[src]

Formats the value using the given formatter. Read more

impl Part for AccountInfo
[src]

Auto Trait Implementations

impl Send for AccountInfo

impl Sync for AccountInfo