Struct c509_certificate::attributes::data::AttributeData
source · pub(crate) struct AttributeData {
int_to_oid_table: IntegerToOidTable,
}
Expand description
A struct of data that contains lookup tables for Attribute
.
Fields§
§int_to_oid_table: IntegerToOidTable
A table of integer to OID, provide a bidirectional lookup.
Implementations§
source§impl AttributeData
impl AttributeData
sourcepub(crate) fn get_int_to_oid_table(&self) -> &IntegerToOidTable
pub(crate) fn get_int_to_oid_table(&self) -> &IntegerToOidTable
Get the IntegerToOidTable
.
Auto Trait Implementations§
impl Freeze for AttributeData
impl RefUnwindSafe for AttributeData
impl Send for AttributeData
impl Sync for AttributeData
impl Unpin for AttributeData
impl UnwindSafe for AttributeData
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§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