pub struct CertifiedKeyWrapper { /* private fields */ }
Expand description
A wrapper around the Rustls
CertifiedKey
type,
stored and returned by the certificate resolver.
Trait Implementations§
Source§impl Clone for CertifiedKeyWrapper
impl Clone for CertifiedKeyWrapper
Source§fn clone(&self) -> CertifiedKeyWrapper
fn clone(&self) -> CertifiedKeyWrapper
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CertifiedKeyWrapper
impl Debug for CertifiedKeyWrapper
Source§impl TryFrom<&AddCertificate> for CertifiedKeyWrapper
Convert an AddCertificate request into the Rustls format.
Support RSA and ECDSA certificates.
impl TryFrom<&AddCertificate> for CertifiedKeyWrapper
Convert an AddCertificate request into the Rustls format. Support RSA and ECDSA certificates.
Source§type Error = CertificateResolverError
type Error = CertificateResolverError
The type returned in the event of a conversion error.
Auto Trait Implementations§
impl Freeze for CertifiedKeyWrapper
impl !RefUnwindSafe for CertifiedKeyWrapper
impl Send for CertifiedKeyWrapper
impl Sync for CertifiedKeyWrapper
impl Unpin for CertifiedKeyWrapper
impl !UnwindSafe for CertifiedKeyWrapper
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