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 QueryInvocationId
impl Send for QueryInvocationId
impl Sync for QueryInvocationId
impl Unpin for QueryInvocationId
impl UnwindSafe for QueryInvocationId