pub type DocLinkResMap = FxIndexMap<(Symbol, Namespace), Option<Res<NodeId>>>;Aliased Type§
pub struct DocLinkResMap { /* private fields */ }Trait Implementations§
Source§impl<'tcx> ArenaAllocatable<'tcx> for DocLinkResMap
impl<'tcx> ArenaAllocatable<'tcx> for DocLinkResMap
fn allocate_on(self, arena: &'tcx Arena<'tcx>) -> &'tcx mut Self
fn allocate_from_iter( arena: &'tcx Arena<'tcx>, iter: impl IntoIterator<Item = Self>, ) -> &'tcx mut [Self]
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...) attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 56 bytes