pub struct Context<Input>where
Input: ?Sized,{ /* private fields */ }Expand description
The execution context for a pipeline, carrying both shared dependencies and the specific input.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Input> Freeze for Context<Input>where
Input: ?Sized,
impl<Input> !RefUnwindSafe for Context<Input>
impl<Input> Send for Context<Input>
impl<Input> Sync for Context<Input>
impl<Input> Unpin for Context<Input>where
Input: ?Sized,
impl<Input> !UnwindSafe for Context<Input>
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