pub struct ChainContext<'a, F: BackendFactory> { /* private fields */ }Expand description
Sequential chain execution context for dependent operations.
Implementations§
Source§impl<F: BackendFactory> ChainContext<'_, F>
impl<F: BackendFactory> ChainContext<'_, F>
Auto Trait Implementations§
impl<'a, F> !RefUnwindSafe for ChainContext<'a, F>
impl<'a, F> !UnwindSafe for ChainContext<'a, F>
impl<'a, F> Freeze for ChainContext<'a, F>
impl<'a, F> Send for ChainContext<'a, F>
impl<'a, F> Sync for ChainContext<'a, F>
impl<'a, F> Unpin for ChainContext<'a, F>
impl<'a, F> UnsafeUnpin for ChainContext<'a, F>
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