Enum rustc_data_structures::graph::scc::WalkReturn
source · enum WalkReturn<S> {
Cycle {
min_depth: usize,
},
Complete {
scc_index: S,
},
}
Variants§
Trait Implementations§
source§impl<S: Clone> Clone for WalkReturn<S>
impl<S: Clone> Clone for WalkReturn<S>
source§fn clone(&self) -> WalkReturn<S>
fn clone(&self) -> WalkReturn<S>
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl<S: Debug> Debug for WalkReturn<S>
impl<S: Debug> Debug for WalkReturn<S>
impl<S: Copy> Copy for WalkReturn<S>
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§
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.