pub struct SccTree {
pub scc: SccInfo,
pub children: Vec<SccTree>,
}Fields§
§scc: SccInfo§children: Vec<SccTree>Trait Implementations§
Auto Trait Implementations§
impl Freeze for SccTree
impl RefUnwindSafe for SccTree
impl Send for SccTree
impl Sync for SccTree
impl Unpin for SccTree
impl UnwindSafe for SccTree
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