pub struct CertificateRequestPayloadTLS13 {
pub context: PayloadU8,
pub extensions: CertReqExtensions,
}
Fields
context: PayloadU8
extensions: CertReqExtensions
Implementations
sourceimpl CertificateRequestPayloadTLS13
impl CertificateRequestPayloadTLS13
pub fn find_extension(&self, ext: ExtensionType) -> Option<&CertReqExtension>
pub fn get_sigalgs_extension(&self) -> Option<&SupportedSignatureSchemes>
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CertificateRequestPayloadTLS13
impl Send for CertificateRequestPayloadTLS13
impl Sync for CertificateRequestPayloadTLS13
impl Unpin for CertificateRequestPayloadTLS13
impl UnwindSafe for CertificateRequestPayloadTLS13
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more