pub enum ASN1Information {
ObjectClass(InformationObjectClass),
ObjectSet(ObjectSet),
Object(InformationObject),
}
Expand description
The possible types of an ASN1 information object.
Variants§
Implementations§
source§impl ASN1Information
impl ASN1Information
pub fn link_object_set_reference( &mut self, tlds: &BTreeMap<String, ToplevelDefinition>, ) -> bool
pub fn references_object_set_by_name(&self) -> bool
Trait Implementations§
source§impl Clone for ASN1Information
impl Clone for ASN1Information
source§fn clone(&self) -> ASN1Information
fn clone(&self) -> ASN1Information
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 ASN1Information
impl Debug for ASN1Information
source§impl PartialEq for ASN1Information
impl PartialEq for ASN1Information
impl StructuralPartialEq for ASN1Information
Auto Trait Implementations§
impl Freeze for ASN1Information
impl RefUnwindSafe for ASN1Information
impl Send for ASN1Information
impl Sync for ASN1Information
impl Unpin for ASN1Information
impl UnwindSafe for ASN1Information
Blanket Implementations§
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
)