pub struct ResolvedEnumVariantStructFieldType {
pub name: ResolvedLocalIdentifier,
pub enum_variant: ResolvedEnumVariantTypeRef,
pub resolved_type: ResolvedType,
pub field_index: usize,
}
Fields§
§name: ResolvedLocalIdentifier
§enum_variant: ResolvedEnumVariantTypeRef
§resolved_type: ResolvedType
§field_index: usize
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedEnumVariantStructFieldType
impl !RefUnwindSafe for ResolvedEnumVariantStructFieldType
impl !Send for ResolvedEnumVariantStructFieldType
impl !Sync for ResolvedEnumVariantStructFieldType
impl Unpin for ResolvedEnumVariantStructFieldType
impl !UnwindSafe for ResolvedEnumVariantStructFieldType
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