Enum rustc_data_structures::graph::scc::WalkReturn
source · enum WalkReturn<S> {
Cycle {
min_depth: usize,
},
Complete {
scc_index: S,
},
}
Variants
Cycle
Fields
min_depth: usize
Complete
Trait Implementations
sourceimpl<S: Clone> Clone for WalkReturn<S>
impl<S: Clone> Clone for WalkReturn<S>
sourcefn clone(&self) -> WalkReturn<S>
fn clone(&self) -> WalkReturn<S>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl<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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn 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,
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.