Struct rustc_query_system::dep_graph::serialized::Stat
source · Fields§
§kind: K
§node_counter: u64
§edge_counter: u64
Auto Trait Implementations§
impl<K> RefUnwindSafe for Stat<K>where
K: RefUnwindSafe,
impl<K> Send for Stat<K>
impl<K> Sync for Stat<K>where
K: Sync,
impl<K> Unpin for Stat<K>where
K: Unpin,
impl<K> UnwindSafe for Stat<K>where
K: UnwindSafe,
Blanket Implementations§
Layout§
Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.