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 moreAuto Trait Implementations§
impl Freeze for OperandKindFields
impl !RefUnwindSafe for OperandKindFields
impl !Send for OperandKindFields
impl !Sync for OperandKindFields
impl Unpin for OperandKindFields
impl !UnwindSafe for OperandKindFields
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)