pub struct CtxDag<C, In, Chain> { /* private fields */ }Expand description
Built context-aware DAG.
Created by CtxDagChain::build. Implements [CtxStepCall]
for use inside Callback dispatch.
Implementations§
Auto Trait Implementations§
impl<C, In, Chain> Freeze for CtxDag<C, In, Chain>where
Chain: Freeze,
impl<C, In, Chain> RefUnwindSafe for CtxDag<C, In, Chain>where
Chain: RefUnwindSafe,
impl<C, In, Chain> Send for CtxDag<C, In, Chain>where
Chain: Send,
impl<C, In, Chain> Sync for CtxDag<C, In, Chain>where
Chain: Sync,
impl<C, In, Chain> Unpin for CtxDag<C, In, Chain>where
Chain: Unpin,
impl<C, In, Chain> UnsafeUnpin for CtxDag<C, In, Chain>where
Chain: UnsafeUnpin,
impl<C, In, Chain> UnwindSafe for CtxDag<C, In, Chain>where
Chain: 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