Enum email_format::rfc5322::types::GroupList [] [src]

pub enum GroupList {
    MailboxList(MailboxList),
    CFWS(CFWS),
}

Variants

Trait Implementations

impl Debug for GroupList
[src]

Formats the value using the given formatter.

impl Clone for GroupList
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GroupList
[src]

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

This method tests for !=.

impl Parsable for GroupList
[src]

Parse the object off of the beginning of the input. If found, returns Some object, and a slice containing the remainer of the input. Read more

impl Streamable for GroupList
[src]

Serializes and sends the content out to w, returning the number of bytes written.

impl Display for GroupList
[src]

Formats the value using the given formatter. Read more