pub struct KeyPairCert {
pub raw: Vec<u8>,
pub cert: X509Certificate,
}Fields§
§raw: Vec<u8>§cert: X509CertificateTrait Implementations§
Auto Trait Implementations§
impl !Freeze for KeyPairCert
impl RefUnwindSafe for KeyPairCert
impl Send for KeyPairCert
impl Sync for KeyPairCert
impl Unpin for KeyPairCert
impl UnwindSafe for KeyPairCert
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