Struct nekolib_doc::graph::scc::Scc
source · pub struct Scc<V, I> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<V, I> Freeze for Scc<V, I>where
I: Freeze,
impl<V, I> RefUnwindSafe for Scc<V, I>where
I: RefUnwindSafe,
V: RefUnwindSafe,
impl<V, I> Send for Scc<V, I>
impl<V, I> Sync for Scc<V, I>
impl<V, I> Unpin for Scc<V, I>
impl<V, I> UnwindSafe for Scc<V, I>where
I: UnwindSafe,
V: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more