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