pub struct Scc { /* private fields */ }Expand description
Represents a single
Strongly Connected Component
(SCC) of a Graph.
Implementations§
Trait Implementations§
impl Eq for Scc
Auto Trait Implementations§
impl Freeze for Scc
impl RefUnwindSafe for Scc
impl Send for Scc
impl Sync for Scc
impl Unpin for Scc
impl UnwindSafe for Scc
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