Struct google_vault1::MailOptions[][src]

pub struct MailOptions {
    pub exclude_drafts: Option<bool>,
}

Mail search advanced options

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

Fields

Set to true to exclude drafts.

Trait Implementations

impl Default for MailOptions
[src]

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

impl Clone for MailOptions
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for MailOptions
[src]

Formats the value using the given formatter. Read more

impl Part for MailOptions
[src]

Auto Trait Implementations

impl Send for MailOptions

impl Sync for MailOptions