Struct rustc_ap_rustc_data_structures::profiling::QueryInvocationId [−][src]
pub struct QueryInvocationId(pub u32);
Expand description
Something that uniquely identifies a query invocation.
Auto Trait Implementations
impl RefUnwindSafe for QueryInvocationIdimpl Send for QueryInvocationIdimpl Sync for QueryInvocationIdimpl Unpin for QueryInvocationIdimpl UnwindSafe for QueryInvocationId