pub enum InformationObjectField {
TypeField(TypeField),
FixedValueField(FixedValueField),
ObjectSetField(ObjectSetField),
}
Variants§
Implementations§
Source§impl InformationObjectField
impl InformationObjectField
Sourcepub fn identifier(&self) -> &String
pub fn identifier(&self) -> &String
Returns the identifier of an InformationObjectField
Source§impl InformationObjectField
impl InformationObjectField
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 InformationObjectField
impl Clone for InformationObjectField
Source§fn clone(&self) -> InformationObjectField
fn clone(&self) -> InformationObjectField
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 InformationObjectField
impl Debug for InformationObjectField
Source§impl From<(ObjectFieldIdentifier, ASN1Type)> for InformationObjectField
impl From<(ObjectFieldIdentifier, ASN1Type)> for InformationObjectField
Source§fn from(value: (ObjectFieldIdentifier, ASN1Type)) -> Self
fn from(value: (ObjectFieldIdentifier, ASN1Type)) -> Self
Converts to this type from the input type.
Source§impl From<(ObjectFieldIdentifier, ASN1Value)> for InformationObjectField
impl From<(ObjectFieldIdentifier, ASN1Value)> for InformationObjectField
Source§fn from(value: (ObjectFieldIdentifier, ASN1Value)) -> Self
fn from(value: (ObjectFieldIdentifier, ASN1Value)) -> Self
Converts to this type from the input type.
Source§impl From<(ObjectFieldIdentifier, ObjectSet)> for InformationObjectField
impl From<(ObjectFieldIdentifier, ObjectSet)> for InformationObjectField
Source§fn from(value: (ObjectFieldIdentifier, ObjectSet)) -> Self
fn from(value: (ObjectFieldIdentifier, ObjectSet)) -> Self
Converts to this type from the input type.
Source§impl PartialEq for InformationObjectField
impl PartialEq for InformationObjectField
impl StructuralPartialEq for InformationObjectField
Auto Trait Implementations§
impl Freeze for InformationObjectField
impl RefUnwindSafe for InformationObjectField
impl Send for InformationObjectField
impl Sync for InformationObjectField
impl Unpin for InformationObjectField
impl UnwindSafe for InformationObjectField
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
)