pub struct Start<T> { /* private fields */ }
Trait Implementations§
Source§impl<IN: Send + Sync> Linkable for Start<IN>
impl<IN: Send + Sync> Linkable for Start<IN>
type OUT = IN
fn then_async<F, FUT, NXT>(self, f: F) -> AsyncConnect<Self, F>
fn then_async_result<F, FUT, NXT>(self, f: F) -> AsyncConnect<Self, ErrorFuc<F>>
fn then<F, NXT>(self, f: F) -> Connect<Self, F>
fn then_result<F, NXT>(self, f: F) -> Connect<Self, ErrorFuc<F>>
Auto Trait Implementations§
impl<T> Freeze for Start<T>
impl<T> RefUnwindSafe for Start<T>where
T: RefUnwindSafe,
impl<T> Send for Start<T>where
T: Send,
impl<T> Sync for Start<T>where
T: Sync,
impl<T> Unpin for Start<T>where
T: Unpin,
impl<T> UnwindSafe for Start<T>where
T: 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