Enum nss_certdata_parser::structured::Object [] [src]

pub enum Object {
    Trust(Trust),
    Certificate(Certificate),
}

Variants

Methods

impl Object
[src]

Trait Implementations

impl Debug for Object
[src]

Formats the value using the given formatter.

impl Clone for Object
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more