pub struct AsyncConnect<P, F> { /* private fields */ }
Trait Implementations§
Source§impl<NXT, Fut, F, L> Linkable for AsyncConnect<L, ErrorFuc<F>>
impl<NXT, Fut, F, L> Linkable for AsyncConnect<L, ErrorFuc<F>>
type OUT = NXT
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>>
Source§impl<NXT, Fut, F, L> Linkable for AsyncConnect<L, F>
impl<NXT, Fut, F, L> Linkable for AsyncConnect<L, F>
type OUT = NXT
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>>
Source§impl<NXT, Fut, F, P> Pipeline for AsyncConnect<P, ErrorFuc<F>>
impl<NXT, Fut, F, P> Pipeline for AsyncConnect<P, ErrorFuc<F>>
Source§impl<NXT, Fut, F, P> Pipeline for AsyncConnect<P, F>
impl<NXT, Fut, F, P> Pipeline for AsyncConnect<P, F>
Source§impl<NXT, Fut, F, IN> Pipeline for AsyncConnect<Start<IN>, F>
impl<NXT, Fut, F, IN> Pipeline for AsyncConnect<Start<IN>, F>
Auto Trait Implementations§
impl<P, F> Freeze for AsyncConnect<P, F>
impl<P, F> RefUnwindSafe for AsyncConnect<P, F>where
P: RefUnwindSafe,
F: RefUnwindSafe,
impl<P, F> Send for AsyncConnect<P, F>
impl<P, F> Sync for AsyncConnect<P, F>
impl<P, F> Unpin for AsyncConnect<P, F>
impl<P, F> UnwindSafe for AsyncConnect<P, F>where
P: UnwindSafe,
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