Struct debris_mir::mir_primitives::MirStruct
source · pub struct MirStruct {
pub base_span: Span,
pub struct_type: MirObjectId,
pub values: FxHashMap<Ident, (MirObjectId, Span)>,
}
Fields§
§base_span: Span
§struct_type: MirObjectId
§values: FxHashMap<Ident, (MirObjectId, Span)>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MirStruct
impl Send for MirStruct
impl Sync for MirStruct
impl Unpin for MirStruct
impl UnwindSafe for MirStruct
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