pub struct ServerKeys {
pub cert_and_key_pkcs12: Pkcs12AndPassword,
pub cert_and_key: CertAndPrivateKey,
}
Expand description
Server keys
Fields§
§cert_and_key_pkcs12: Pkcs12AndPassword
Server certificate
cert_and_key: CertAndPrivateKey
Server certificate
Auto Trait Implementations§
impl Freeze for ServerKeys
impl RefUnwindSafe for ServerKeys
impl Send for ServerKeys
impl Sync for ServerKeys
impl Unpin for ServerKeys
impl UnwindSafe for ServerKeys
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