Enum bmap_parser::HashValue 
source · Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Implementations§
Trait Implementations§
source§impl<'_enum> From<&'_enum HashValue> for HashValueDiscriminants
 
impl<'_enum> From<&'_enum HashValue> for HashValueDiscriminants
source§fn from(val: &'_enum HashValue) -> HashValueDiscriminants
 
fn from(val: &'_enum HashValue) -> HashValueDiscriminants
Converts to this type from the input type.
source§impl From<HashValue> for HashValueDiscriminants
 
impl From<HashValue> for HashValueDiscriminants
source§fn from(val: HashValue) -> HashValueDiscriminants
 
fn from(val: HashValue) -> HashValueDiscriminants
Converts to this type from the input type.