Struct debris_mir::mir_primitives::MirStructType
source · pub struct MirStructType {
pub name: Ident,
pub properties: FxIndexMap<Ident, (MirObjectId, Span)>,
pub context_id: MirContextId,
}
Fields§
§name: Ident
§properties: FxIndexMap<Ident, (MirObjectId, Span)>
§context_id: MirContextId
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for MirStructType
impl Send for MirStructType
impl Sync for MirStructType
impl Unpin for MirStructType
impl UnwindSafe for MirStructType
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