pub struct TypedDagNode<I, O, F> { /* private fields */ }Expand description
Typed adapter for a DAG node with explicit input and output contracts.
Implementations§
Trait Implementations§
Source§impl<I, O, F, Fut> DagNode for TypedDagNode<I, O, F>
impl<I, O, F, Fut> DagNode for TypedDagNode<I, O, F>
Auto Trait Implementations§
impl<I, O, F> !RefUnwindSafe for TypedDagNode<I, O, F>
impl<I, O, F> !UnwindSafe for TypedDagNode<I, O, F>
impl<I, O, F> Freeze for TypedDagNode<I, O, F>where
F: Freeze,
impl<I, O, F> Send for TypedDagNode<I, O, F>where
F: Send,
impl<I, O, F> Sync for TypedDagNode<I, O, F>where
F: Sync,
impl<I, O, F> Unpin for TypedDagNode<I, O, F>where
F: Unpin,
impl<I, O, F> UnsafeUnpin for TypedDagNode<I, O, F>where
F: UnsafeUnpin,
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