Struct rustc_data_structures::graph::implementation::Node
source · Fields§
§first_edge: [EdgeIndex; 2]
§data: N
Trait Implementations§
Auto Trait Implementations§
impl<N> RefUnwindSafe for Node<N>where
N: RefUnwindSafe,
impl<N> Send for Node<N>where
N: Send,
impl<N> Sync for Node<N>where
N: Sync,
impl<N> Unpin for Node<N>where
N: Unpin,
impl<N> UnwindSafe for Node<N>where
N: UnwindSafe,
Blanket Implementations§
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
impl<T> Erased for T
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.