Enum rustc_data_structures::graph::scc::WalkReturn [−][src]
enum WalkReturn<S> {
Cycle {
min_depth: usize,
},
Complete {
scc_index: S,
},
}
Variants
Fields of Cycle
min_depth: usize
Trait Implementations
Auto Trait Implementations
impl<S> RefUnwindSafe for WalkReturn<S> where
S: RefUnwindSafe,
impl<S> Send for WalkReturn<S> where
S: Send,
impl<S> Sync for WalkReturn<S> where
S: Sync,
impl<S> Unpin for WalkReturn<S> where
S: Unpin,
impl<S> UnwindSafe for WalkReturn<S> where
S: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
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.