pub enum InformationElementSubRegistry {
ValueNameDescRegistry(ValueNameDescRegistry),
ReasonCodeNestedRegistry(ReasonCodeNestedRegistry),
}
Expand description
Abstracts Information Element sub-registries types
Variants§
ValueNameDescRegistry(ValueNameDescRegistry)
ReasonCodeNestedRegistry(ReasonCodeNestedRegistry)
Trait Implementations§
Source§impl Clone for InformationElementSubRegistry
impl Clone for InformationElementSubRegistry
Source§fn clone(&self) -> InformationElementSubRegistry
fn clone(&self) -> InformationElementSubRegistry
Returns a duplicate 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 moreAuto Trait Implementations§
impl Freeze for InformationElementSubRegistry
impl RefUnwindSafe for InformationElementSubRegistry
impl Send for InformationElementSubRegistry
impl Sync for InformationElementSubRegistry
impl Unpin for InformationElementSubRegistry
impl UnwindSafe for InformationElementSubRegistry
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