Enum email_format::rfc5322::headers::ReceivedTokens [] [src]

pub enum ReceivedTokens {
    Tokens(Vec<ReceivedToken>),
    Comment(CFWS),
}

Variants

Trait Implementations

impl Debug for ReceivedTokens
[src]

Formats the value using the given formatter.

impl Clone for ReceivedTokens
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ReceivedTokens
[src]

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

This method tests for !=.