Struct tls_parser::CertificateStatusType [−][src]
pub struct CertificateStatusType(pub u8);Tuple Fields
0: u8Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CertificateStatusType
impl Send for CertificateStatusType
impl Sync for CertificateStatusType
impl Unpin for CertificateStatusType
impl UnwindSafe for CertificateStatusType
Blanket Implementations
Mutably borrows from an owned value. Read more