Struct nss_certdata_parser::structured::Certificate [] [src]

pub struct Certificate {
    pub label: String,
    pub cert: Asn1,
    pub issuer: Asn1,
    pub serial: Asn1,
    pub subject: Asn1,
}

Fields

Methods

impl Certificate
[src]

Trait Implementations

impl Debug for Certificate
[src]

Formats the value using the given formatter.

impl Clone for Certificate
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more