pub enum IdentifierCode {
Basic(Basic),
SelfAddressing(SelfAddressing),
}
Variants§
Basic(Basic)
SelfAddressing(SelfAddressing)
Trait Implementations§
Source§impl Clone for IdentifierCode
impl Clone for IdentifierCode
Source§fn clone(&self) -> IdentifierCode
fn clone(&self) -> IdentifierCode
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 moreSource§impl Debug for IdentifierCode
impl Debug for IdentifierCode
Source§impl PartialEq for IdentifierCode
impl PartialEq for IdentifierCode
impl Eq for IdentifierCode
impl StructuralPartialEq for IdentifierCode
Auto Trait Implementations§
impl Freeze for IdentifierCode
impl RefUnwindSafe for IdentifierCode
impl Send for IdentifierCode
impl Sync for IdentifierCode
impl Unpin for IdentifierCode
impl UnwindSafe for IdentifierCode
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