[][src]Struct rustc_ap_rustc_data_structures::graph::implementation::Node

pub struct Node<N> {
    pub data: N,
    // some fields omitted
}

Fields

data: N

Trait Implementations

impl<N> SnapshotVecDelegate for Node<N>[src]

type Value = Node<N>

type Undo = ()

Auto Trait Implementations

impl<N> Unpin for Node<N> where
    N: Unpin

impl<N> Sync for Node<N> where
    N: Sync

impl<N> Send for Node<N> where
    N: Send

impl<N> UnwindSafe for Node<N> where
    N: UnwindSafe

impl<N> RefUnwindSafe for Node<N> where
    N: RefUnwindSafe

Blanket Implementations

impl<T> Erased for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<E> SpecializationError for E[src]