pub struct Scc {
pub id: usize,
pub members: Vec<String>,
}Fields§
§id: usize§members: Vec<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for Scc
impl RefUnwindSafe for Scc
impl Send for Scc
impl Sync for Scc
impl Unpin for Scc
impl UnsafeUnpin 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