pub struct SccConfig {
pub topological_order: bool,
}Expand description
SCC configuration.
Fields§
§topological_order: boolReturn components in topological order.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SccConfig
impl RefUnwindSafe for SccConfig
impl Send for SccConfig
impl Sync for SccConfig
impl Unpin for SccConfig
impl UnwindSafe for SccConfig
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