pub struct CertifiedKey {
pub cert: Certificate,
pub key_pair: KeyPair,
}
Expand description
An issued certificate, together with the subject keypair.
Fields§
§cert: Certificate
An issued certificate.
key_pair: KeyPair
The certificate’s subject key pair.
Auto Trait Implementations§
impl Freeze for CertifiedKey
impl !RefUnwindSafe for CertifiedKey
impl Send for CertifiedKey
impl Sync for CertifiedKey
impl Unpin for CertifiedKey
impl !UnwindSafe for CertifiedKey
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