Enum gmime::SecureMimeType [−][src]
pub enum SecureMimeType { CompressedData, EnvelopedData, SignedData, CertsOnly, Unknown, // some variants omitted }
The S/MIME data type.
Variants
CompressedData
EnvelopedData
SignedData
CertsOnly
Unknown
Trait Implementations
impl Clone for SecureMimeType
[src]
impl Clone for SecureMimeType
fn clone(&self) -> SecureMimeType
[src]
fn clone(&self) -> SecureMimeType
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 SecureMimeType
[src]
impl Copy for SecureMimeType
impl Debug for SecureMimeType
[src]
impl Debug for SecureMimeType
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 SecureMimeType
[src]
impl Eq for SecureMimeType
impl PartialEq for SecureMimeType
[src]
impl PartialEq for SecureMimeType
fn eq(&self, __arg_0: &SecureMimeType) -> bool
[src]
fn eq(&self, __arg_0: &SecureMimeType) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, __arg_0: &SecureMimeType) -> bool
[src]
fn ne(&self, __arg_0: &SecureMimeType) -> bool
This method tests for !=
.
impl Hash for SecureMimeType
[src]
impl Hash for SecureMimeType
Auto Trait Implementations
impl Send for SecureMimeType
impl Send for SecureMimeType
impl Sync for SecureMimeType
impl Sync for SecureMimeType