struct Intrinsics {
    map: IndexMap<Box<str>, DefId>,
}Fields§
§map: IndexMap<Box<str>, DefId>Auto Trait Implementations§
impl Freeze for Intrinsics
impl RefUnwindSafe for Intrinsics
impl Send for Intrinsics
impl Sync for Intrinsics
impl Unpin for Intrinsics
impl UnwindSafe for Intrinsics
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