pub enum PublicKeyMaterial {
R(RSAPub),
E(EccPub),
}Expand description
Algorithm-independent container for public key material retrieved from an OpenPGP card
Variants§
Trait Implementations§
Source§impl Debug for PublicKeyMaterial
impl Debug for PublicKeyMaterial
Auto Trait Implementations§
impl Freeze for PublicKeyMaterial
impl RefUnwindSafe for PublicKeyMaterial
impl Send for PublicKeyMaterial
impl Sync for PublicKeyMaterial
impl Unpin for PublicKeyMaterial
impl UnwindSafe for PublicKeyMaterial
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more