Struct openssl::ssl::StatusType[][src]

pub struct StatusType(_);

An identifier of a certificate status type.

Methods

impl StatusType
[src]

Constructs a StatusType from a raw OpenSSL value.

Returns the raw OpenSSL value represented by this type.

OCSP: StatusType = StatusType(ffi::TLSEXT_STATUSTYPE_ocsp)

An OSCP status.

Trait Implementations

impl Copy for StatusType
[src]

impl Clone for StatusType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for StatusType

impl Sync for StatusType