Enum nss_certdata_parser::structured::Usage [] [src]

pub enum Usage {
    TlsServer,
    Email,
    CodeSigning,
}

Variants

Trait Implementations

impl Debug for Usage
[src]

Formats the value using the given formatter.

impl Clone for Usage
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Usage
[src]

impl PartialEq for Usage
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for Usage
[src]