Struct c509_certificate::general_names::data::IntegerToGNTable
source · pub(crate) struct IntegerToGNTable(IntTable<GeneralNameTypeRegistry>);
Expand description
A struct of integer to GeneralNameTypeRegistry
table.
Tuple Fields§
§0: IntTable<GeneralNameTypeRegistry>
Implementations§
source§impl IntegerToGNTable
impl IntegerToGNTable
sourcepub(crate) fn add(&mut self, k: i16, v: GeneralNameTypeRegistry)
pub(crate) fn add(&mut self, k: i16, v: GeneralNameTypeRegistry)
Add a new integer to GeneralNameTypeRegistry
map table.
sourcepub(crate) fn get_map(&self) -> &BiMap<i16, GeneralNameTypeRegistry>
pub(crate) fn get_map(&self) -> &BiMap<i16, GeneralNameTypeRegistry>
Get the map table of integer to GeneralNameTypeRegistry
.
Trait Implementations§
source§impl Clone for IntegerToGNTable
impl Clone for IntegerToGNTable
source§fn clone(&self) -> IntegerToGNTable
fn clone(&self) -> IntegerToGNTable
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for IntegerToGNTable
impl Debug for IntegerToGNTable
source§impl PartialEq for IntegerToGNTable
impl PartialEq for IntegerToGNTable
impl StructuralPartialEq for IntegerToGNTable
Auto Trait Implementations§
impl Freeze for IntegerToGNTable
impl RefUnwindSafe for IntegerToGNTable
impl Send for IntegerToGNTable
impl Sync for IntegerToGNTable
impl Unpin for IntegerToGNTable
impl UnwindSafe for IntegerToGNTable
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)