Struct rustc_data_structures::graph::implementation::Node
source · pub struct Node<N> {
first_edge: [EdgeIndex; 2],
pub data: N,
}
Fields§
§first_edge: [EdgeIndex; 2]
§data: N
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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<'a, T> Captures<'a> for Twhere T: ?Sized,
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.