Enum cesrox::primitives::IdentifierCode
source · 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 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 IdentifierCode
impl Debug for IdentifierCode
source§impl PartialEq<IdentifierCode> for IdentifierCode
impl PartialEq<IdentifierCode> for IdentifierCode
source§fn eq(&self, other: &IdentifierCode) -> bool
fn eq(&self, other: &IdentifierCode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.