pub struct RunnableGraph<M> { /* private fields */ }Implementations§
Source§impl<M: Send + 'static> RunnableGraph<M>
impl<M: Send + 'static> RunnableGraph<M>
Auto Trait Implementations§
impl<M> Freeze for RunnableGraph<M>
impl<M> !RefUnwindSafe for RunnableGraph<M>
impl<M> Send for RunnableGraph<M>
impl<M> !Sync for RunnableGraph<M>
impl<M> Unpin for RunnableGraph<M>
impl<M> UnsafeUnpin for RunnableGraph<M>
impl<M> !UnwindSafe for RunnableGraph<M>
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