pub struct EnumVariantStructFieldType {
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§
Auto Trait Implementations§
impl Freeze for EnumVariantStructFieldType
impl !RefUnwindSafe for EnumVariantStructFieldType
impl !Send for EnumVariantStructFieldType
impl !Sync for EnumVariantStructFieldType
impl Unpin for EnumVariantStructFieldType
impl !UnwindSafe for EnumVariantStructFieldType
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