Struct rustc_query_system::dep_graph::serialized::NodeInfo
source · pub struct NodeInfo<K: DepKind> {
node: DepNode<K>,
fingerprint: Fingerprint,
edges: SmallVec<[DepNodeIndex; 8]>,
}
Fields§
§node: DepNode<K>
§fingerprint: Fingerprint
§edges: SmallVec<[DepNodeIndex; 8]>
Trait Implementations§
Auto Trait Implementations§
impl<K> RefUnwindSafe for NodeInfo<K>where
K: RefUnwindSafe,
impl<K> Send for NodeInfo<K>
impl<K> Sync for NodeInfo<K>where
K: Sync,
impl<K> Unpin for NodeInfo<K>where
K: Unpin,
impl<K> UnwindSafe for NodeInfo<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.