pub struct ProjectGraph {
pub graph: DiGraph<NodeData, EdgeType>,
}Fields§
§graph: DiGraph<NodeData, EdgeType>Implementations§
Auto Trait Implementations§
impl Freeze for ProjectGraph
impl RefUnwindSafe for ProjectGraph
impl Send for ProjectGraph
impl Sync for ProjectGraph
impl Unpin for ProjectGraph
impl UnsafeUnpin for ProjectGraph
impl UnwindSafe for ProjectGraph
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