Enum imap_proto::types::AttrMacro [] [src]

pub enum AttrMacro {
    All,
    Fast,
    Full,
}

Variants

Trait Implementations

impl Clone for AttrMacro
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AttrMacro
[src]

[src]

Formats the value using the given formatter. Read more

impl Eq for AttrMacro
[src]

impl PartialEq for AttrMacro
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

1.0.0
[src]

This method tests for !=.

impl Copy for AttrMacro
[src]

Auto Trait Implementations

impl Send for AttrMacro

impl Sync for AttrMacro