Struct c509_certificate::issuer_sig_algo::data::IssuerSigAlgoData
source · pub(crate) struct IssuerSigAlgoData(IntegerToOidTable);
Expand description
A struct of data that contains lookup table of integer to OID in
bidirectional way for IssuerSignatureAlgorithm
.
Tuple Fields§
§0: IntegerToOidTable
Implementations§
source§impl IssuerSigAlgoData
impl IssuerSigAlgoData
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 IssuerSigAlgoData
impl RefUnwindSafe for IssuerSigAlgoData
impl Send for IssuerSigAlgoData
impl Sync for IssuerSigAlgoData
impl Unpin for IssuerSigAlgoData
impl UnwindSafe for IssuerSigAlgoData
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