Enum gmime::AddressType [−][src]
pub enum AddressType { Sender, From, ReplyTo, To, Cc, Bcc, // some variants omitted }
An address type.
Variants
Sender
From
ReplyTo
To
Cc
Bcc
Trait Implementations
impl Clone for AddressType
[src]
impl Clone for AddressType
fn clone(&self) -> AddressType
[src]
fn clone(&self) -> AddressType
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Copy for AddressType
[src]
impl Copy for AddressType
impl Debug for AddressType
[src]
impl Debug for AddressType
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Eq for AddressType
[src]
impl Eq for AddressType
impl PartialEq for AddressType
[src]
impl PartialEq for AddressType
fn eq(&self, __arg_0: &AddressType) -> bool
[src]
fn eq(&self, __arg_0: &AddressType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &AddressType) -> bool
[src]
fn ne(&self, __arg_0: &AddressType) -> bool
This method tests for !=
.
impl Hash for AddressType
[src]
impl Hash for AddressType
Auto Trait Implementations
impl Send for AddressType
impl Send for AddressType
impl Sync for AddressType
impl Sync for AddressType