Struct oid_registry::LoadedEntry
source · 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