pub(crate) enum OperandKindFields {
EntityRef,
VariableArgs,
ImmValue,
ImmEnum(HashMap<&'static str, &'static str>),
TypeVar(TypeVar),
}
Variants§
Implementations§
source§impl OperandKindFields
impl OperandKindFields
sourcepub(crate) fn enum_values(&self) -> Option<&HashMap<&'static str, &'static str>>
pub(crate) fn enum_values(&self) -> Option<&HashMap<&'static str, &'static str>>
Return the EnumValues for this field if it is an enum
.
Trait Implementations§
source§impl Clone for OperandKindFields
impl Clone for OperandKindFields
source§fn clone(&self) -> OperandKindFields
fn clone(&self) -> OperandKindFields
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 more