pub struct AndThen<F> { /* private fields */ }Expand description
A layer that represents an and_then step in the workflow.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<F> Freeze for AndThen<F>where
F: Freeze,
impl<F> RefUnwindSafe for AndThen<F>where
F: RefUnwindSafe,
impl<F> Send for AndThen<F>where
F: Send,
impl<F> Sync for AndThen<F>where
F: Sync,
impl<F> Unpin for AndThen<F>where
F: Unpin,
impl<F> UnwindSafe for AndThen<F>where
F: 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