Struct rustc_data_structures::graph::Edge [] [src]

pub struct Edge<E> {
    pub data: E,
    // some fields omitted
}

Fields

Methods

impl<E> Edge<E>
[src]

[src]

[src]

[src]

Trait Implementations

impl<E: Debug> Debug for Edge<E>
[src]

[src]

Formats the value using the given formatter. Read more

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

[src]

Auto Trait Implementations

impl<E> Send for Edge<E> where
    E: Send

impl<E> Sync for Edge<E> where
    E: Sync