pub struct ResolvedStructTypeField {
pub struct_type_ref: ResolvedStructTypeRef,
pub field_name: ResolvedLocalIdentifier,
pub resolved_type: ResolvedType,
pub index: usize,
}
Fields§
§struct_type_ref: ResolvedStructTypeRef
§field_name: ResolvedLocalIdentifier
§resolved_type: ResolvedType
§index: usize
Trait Implementations§
Source§impl Debug for ResolvedStructTypeField
impl Debug for ResolvedStructTypeField
Auto Trait Implementations§
impl Freeze for ResolvedStructTypeField
impl !RefUnwindSafe for ResolvedStructTypeField
impl !Send for ResolvedStructTypeField
impl !Sync for ResolvedStructTypeField
impl Unpin for ResolvedStructTypeField
impl !UnwindSafe for ResolvedStructTypeField
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