pub struct EnumVariantTupleFieldType {
pub name: LocalIdentifier,
pub enum_variant: EnumVariantTypeRef,
pub resolved_type: Type,
pub field_index: usize,
}
Fields§
§name: LocalIdentifier
§enum_variant: EnumVariantTypeRef
§resolved_type: Type
§field_index: usize
Trait Implementations§
Source§impl Debug for EnumVariantTupleFieldType
impl Debug for EnumVariantTupleFieldType
impl Eq for EnumVariantTupleFieldType
impl StructuralPartialEq for EnumVariantTupleFieldType
Auto Trait Implementations§
impl Freeze for EnumVariantTupleFieldType
impl !RefUnwindSafe for EnumVariantTupleFieldType
impl !Send for EnumVariantTupleFieldType
impl !Sync for EnumVariantTupleFieldType
impl Unpin for EnumVariantTupleFieldType
impl !UnwindSafe for EnumVariantTupleFieldType
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