pub struct LoadedEntry {
    pub name: String,
    pub oid: String,
    pub sn: String,
    pub description: String,
}
Expand description

Temporary structure, created when reading a file containing OID declarations

Fields

name: String

Name of the global constant for this entry.

If name is “”, then no global constant is defined

oid: String

Textual representation of OID (ex: 2.5.4.3)

sn: String

A short name to describe OID. Should be unique (no check is done)

description: String

A description for this entry

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.