pub struct Pipeline<Ctx> { /* private fields */ }
Expand description
A sequentially executed pipeline
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<Ctx> Freeze for Pipeline<Ctx>
impl<Ctx> !RefUnwindSafe for Pipeline<Ctx>
impl<Ctx> Send for Pipeline<Ctx>
impl<Ctx> Sync for Pipeline<Ctx>
impl<Ctx> Unpin for Pipeline<Ctx>
impl<Ctx> !UnwindSafe for Pipeline<Ctx>
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