Enum gmime::AddressType [−][src]
pub enum AddressType {
Sender,
From,
ReplyTo,
To,
Cc,
Bcc,
// some variants omitted
}An address type.
Variants
SenderFromReplyToToCcBcc
Trait Implementations
impl Clone for AddressType[src]
impl Clone for AddressTypefn clone(&self) -> AddressType[src]
fn clone(&self) -> AddressTypeReturns 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 AddressTypeimpl Debug for AddressType[src]
impl Debug for AddressTypefn fmt(&self, __arg_0: &mut Formatter) -> Result[src]
fn fmt(&self, __arg_0: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Eq for AddressType[src]
impl Eq for AddressTypeimpl PartialEq for AddressType[src]
impl PartialEq for AddressTypefn eq(&self, __arg_0: &AddressType) -> bool[src]
fn eq(&self, __arg_0: &AddressType) -> boolThis 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) -> boolThis method tests for !=.
impl Hash for AddressType[src]
impl Hash for AddressTypeAuto Trait Implementations
impl Send for AddressType
impl Send for AddressTypeimpl Sync for AddressType
impl Sync for AddressType