Struct swc_graph_analyzer::GraphResult
source · [−]pub struct GraphResult<G>where
G: DepGraph,{
pub all: Vec<G::ModuleId>,
pub graph: FastDiGraphMap<G::ModuleId, ()>,
pub cycles: Vec<Vec<G::ModuleId>>,
/* private fields */
}
Fields
all: Vec<G::ModuleId>
graph: FastDiGraphMap<G::ModuleId, ()>
cycles: Vec<Vec<G::ModuleId>>
Auto Trait Implementations
impl<G> RefUnwindSafe for GraphResult<G>where
G: RefUnwindSafe,
<G as DepGraph>::ModuleId: RefUnwindSafe,
impl<G> Send for GraphResult<G>where
G: Send,
<G as DepGraph>::ModuleId: Send,
impl<G> Sync for GraphResult<G>where
G: Sync,
<G as DepGraph>::ModuleId: Sync,
impl<G> Unpin for GraphResult<G>where
G: Unpin,
<G as DepGraph>::ModuleId: Unpin,
impl<G> UnwindSafe for GraphResult<G>where
G: UnwindSafe,
<G as DepGraph>::ModuleId: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more