Enum gmime::PubKeyAlgo [−][src]
pub enum PubKeyAlgo {
Default,
Rsa,
RsaE,
RsaS,
ElgE,
Dsa,
Ecc,
Elg,
Ecdsa,
Ecdh,
Eddsa,
// some variants omitted
}A public-key algorithm.
Variants
DefaultRsaRsaERsaSElgEDsaEccElgEcdsaEcdhEddsa
Trait Implementations
impl Clone for PubKeyAlgo[src]
impl Clone for PubKeyAlgofn clone(&self) -> PubKeyAlgo[src]
fn clone(&self) -> PubKeyAlgoReturns 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 PubKeyAlgo[src]
impl Copy for PubKeyAlgoimpl Debug for PubKeyAlgo[src]
impl Debug for PubKeyAlgofn 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 PubKeyAlgo[src]
impl Eq for PubKeyAlgoimpl PartialEq for PubKeyAlgo[src]
impl PartialEq for PubKeyAlgofn eq(&self, __arg_0: &PubKeyAlgo) -> bool[src]
fn eq(&self, __arg_0: &PubKeyAlgo) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &PubKeyAlgo) -> bool[src]
fn ne(&self, __arg_0: &PubKeyAlgo) -> boolThis method tests for !=.
impl Hash for PubKeyAlgo[src]
impl Hash for PubKeyAlgoAuto Trait Implementations
impl Send for PubKeyAlgo
impl Send for PubKeyAlgoimpl Sync for PubKeyAlgo
impl Sync for PubKeyAlgo