pub struct AsyncGraphExecutor<Key: Hash + Eq + Clone + Debug, Node: AsyncExecutable + Debug> { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl<Key, Node> Freeze for AsyncGraphExecutor<Key, Node>
impl<Key, Node> RefUnwindSafe for AsyncGraphExecutor<Key, Node>where
Key: RefUnwindSafe,
Node: RefUnwindSafe,
impl<Key, Node> Send for AsyncGraphExecutor<Key, Node>
impl<Key, Node> Sync for AsyncGraphExecutor<Key, Node>
impl<Key, Node> Unpin for AsyncGraphExecutor<Key, Node>
impl<Key, Node> UnwindSafe for AsyncGraphExecutor<Key, Node>where
Key: UnwindSafe,
Node: UnwindSafe,
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