Struct rustc_query_impl::queries::postorder_cnums [−][src]
pub struct postorder_cnums<'tcx> {
data: PhantomData<&'tcx ()>,
}
Fields
data: PhantomData<&'tcx ()>
Trait Implementations
const HASH_RESULT: Option<fn(_: &mut StableHashingContext<'_>, _: &Self::Value) -> Fingerprint>
type Cache = postorder_cnums<'tcx>
fn query_state<'a>(tcx: QueryCtxt<'tcx>) -> &'a QueryState<DepKind, Self::Key> where
QueryCtxt<'tcx>: 'a,
type Key = postorder_cnums<'tcx>
type Value = postorder_cnums<'tcx>
type Stored = postorder_cnums<'tcx>
Auto Trait Implementations
impl<'tcx> RefUnwindSafe for postorder_cnums<'tcx>
impl<'tcx> Send for postorder_cnums<'tcx>
impl<'tcx> Sync for postorder_cnums<'tcx>
impl<'tcx> Unpin for postorder_cnums<'tcx>
impl<'tcx> UnwindSafe for postorder_cnums<'tcx>
Blanket Implementations
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: 0 bytes