pub struct RSAPub { /* private fields */ }Expand description
RSA-specific container for public key material from an OpenPGP card.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RSAPub
impl RefUnwindSafe for RSAPub
impl Send for RSAPub
impl Sync for RSAPub
impl Unpin for RSAPub
impl UnwindSafe for RSAPub
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