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
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LoadedEntry
impl RefUnwindSafe for LoadedEntry
impl Send for LoadedEntry
impl Sync for LoadedEntry
impl Unpin for LoadedEntry
impl UnwindSafe for LoadedEntry
Blanket Implementations§
source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more