pub struct DepGraph { /* private fields */ }Expand description
Contains the checked and parsed dependency graph, ready for execution (fn make)
Implementations§
Auto Trait Implementations§
impl Freeze for DepGraph
impl !RefUnwindSafe for DepGraph
impl !Send for DepGraph
impl !Sync for DepGraph
impl Unpin for DepGraph
impl !UnwindSafe for DepGraph
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