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
Default
Rsa
RsaE
RsaS
ElgE
Dsa
Ecc
Elg
Ecdsa
Ecdh
Eddsa
Trait Implementations
impl Clone for PubKeyAlgo
[src]
impl Clone for PubKeyAlgo
fn clone(&self) -> PubKeyAlgo
[src]
fn clone(&self) -> PubKeyAlgo
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 PubKeyAlgo
[src]
impl Copy for PubKeyAlgo
impl Debug for PubKeyAlgo
[src]
impl Debug for PubKeyAlgo
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 PubKeyAlgo
[src]
impl Eq for PubKeyAlgo
impl PartialEq for PubKeyAlgo
[src]
impl PartialEq for PubKeyAlgo
fn eq(&self, __arg_0: &PubKeyAlgo) -> bool
[src]
fn eq(&self, __arg_0: &PubKeyAlgo) -> bool
This 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) -> bool
This method tests for !=
.
impl Hash for PubKeyAlgo
[src]
impl Hash for PubKeyAlgo
Auto Trait Implementations
impl Send for PubKeyAlgo
impl Send for PubKeyAlgo
impl Sync for PubKeyAlgo
impl Sync for PubKeyAlgo