Enum gmime::OpenPGPData [−][src]
pub enum OpenPGPData {
None,
Encrypted,
Signed,
PublicKey,
PrivateKey,
// some variants omitted
}The type of OpenPGP data found, if any.
Variants
NoneEncryptedSignedPublicKeyPrivateKey
Trait Implementations
impl Clone for OpenPGPData[src]
impl Clone for OpenPGPDatafn clone(&self) -> OpenPGPData[src]
fn clone(&self) -> OpenPGPDataReturns 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 OpenPGPData[src]
impl Copy for OpenPGPDataimpl Debug for OpenPGPData[src]
impl Debug for OpenPGPDatafn 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 OpenPGPData[src]
impl Eq for OpenPGPDataimpl PartialEq for OpenPGPData[src]
impl PartialEq for OpenPGPDatafn eq(&self, __arg_0: &OpenPGPData) -> bool[src]
fn eq(&self, __arg_0: &OpenPGPData) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &OpenPGPData) -> bool[src]
fn ne(&self, __arg_0: &OpenPGPData) -> boolThis method tests for !=.
impl Hash for OpenPGPData[src]
impl Hash for OpenPGPDataAuto Trait Implementations
impl Send for OpenPGPData
impl Send for OpenPGPDataimpl Sync for OpenPGPData
impl Sync for OpenPGPData