Enum email_format::rfc5322::headers::ReceivedTokens
[−]
[src]
pub enum ReceivedTokens { Tokens(Vec<ReceivedToken>), Comment(CFWS), }
Variants
Tokens(Vec<ReceivedToken>)
Comment(CFWS)
Trait Implementations
impl Debug for ReceivedTokens
[src]
impl Clone for ReceivedTokens
[src]
fn clone(&self) -> ReceivedTokens
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more
impl PartialEq for ReceivedTokens
[src]
fn eq(&self, __arg_0: &ReceivedTokens) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &ReceivedTokens) -> bool
This method tests for !=
.