Enum gmime::SecureMimeType [−][src]
pub enum SecureMimeType {
CompressedData,
EnvelopedData,
SignedData,
CertsOnly,
Unknown,
// some variants omitted
}The S/MIME data type.
Variants
CompressedDataEnvelopedDataSignedDataCertsOnlyUnknown
Trait Implementations
impl Clone for SecureMimeType[src]
impl Clone for SecureMimeTypefn clone(&self) -> SecureMimeType[src]
fn clone(&self) -> SecureMimeTypeReturns 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 SecureMimeTypeimpl Debug for SecureMimeType[src]
impl Debug for SecureMimeTypefn 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 SecureMimeType[src]
impl Eq for SecureMimeTypeimpl PartialEq for SecureMimeType[src]
impl PartialEq for SecureMimeTypefn eq(&self, __arg_0: &SecureMimeType) -> bool[src]
fn eq(&self, __arg_0: &SecureMimeType) -> boolThis 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) -> boolThis method tests for !=.
impl Hash for SecureMimeType[src]
impl Hash for SecureMimeTypeAuto Trait Implementations
impl Send for SecureMimeType
impl Send for SecureMimeTypeimpl Sync for SecureMimeType
impl Sync for SecureMimeType