Struct gpgme::keys::KeyAlgorithm
[−]
[src]
pub struct KeyAlgorithm(_);
pub struct KeyAlgorithm(_);
impl KeyAlgorithmunsafe fn from_raw(raw: gpgme_pubkey_algo_t) -> KeyAlgorithmfn raw(&self) -> gpgme_pubkey_algo_timpl KeyAlgorithmimpl Debug for KeyAlgorithmimpl Display for KeyAlgorithmimpl Hash for KeyAlgorithmfn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl PartialEq for KeyAlgorithmfn eq(&self, __arg_0: &KeyAlgorithm) -> boolfn ne(&self, __arg_0: &KeyAlgorithm) -> boolimpl Eq for KeyAlgorithmimpl Clone for KeyAlgorithmfn clone(&self) -> KeyAlgorithmfn clone_from(&mut self, source: &Self)impl Copy for KeyAlgorithm