pub struct PublicKey { /* private fields */ }Expand description
A public key, extracted from a CSR
Implementations§
Trait Implementations§
impl Eq for PublicKey
Source§impl PublicKeyData for PublicKey
impl PublicKeyData for PublicKey
impl StructuralPartialEq for PublicKey
Auto Trait Implementations§
impl !RefUnwindSafe for PublicKey
impl !UnwindSafe for PublicKey
impl Freeze for PublicKey
impl Send for PublicKey
impl Sync for PublicKey
impl Unpin for PublicKey
impl UnsafeUnpin for PublicKey
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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