[]Struct yukikaze::connector::rustls::internal::msgs::handshake::CertificateRequestPayloadTLS13

pub struct CertificateRequestPayloadTLS13 {
    pub context: PayloadU8,
    pub extensions: Vec<CertReqExtension>,
}

Fields

context: PayloadU8extensions: Vec<CertReqExtension>

Methods

impl CertificateRequestPayloadTLS13

pub fn find_extension(&self, ext: ExtensionType) -> Option<&CertReqExtension>

pub fn get_sigalgs_extension(&self) -> Option<&Vec<SignatureScheme>>

pub fn get_authorities_extension(&self) -> Option<&Vec<PayloadU16>>

Trait Implementations

impl Codec for CertificateRequestPayloadTLS13

impl Debug for CertificateRequestPayloadTLS13

Auto Trait Implementations

impl Sync for CertificateRequestPayloadTLS13

impl Send for CertificateRequestPayloadTLS13

impl Unpin for CertificateRequestPayloadTLS13

impl UnwindSafe for CertificateRequestPayloadTLS13

impl RefUnwindSafe for CertificateRequestPayloadTLS13

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self