pub struct ResponseFutureWithoutReq<Req, Resp, Exec>(pub ResponseFuture<Req, Resp, Exec>);
Tuple Fields§
§0: ResponseFuture<Req, Resp, Exec>
Trait Implementations§
Source§impl<Req, Resp, Exec> Future for ResponseFutureWithoutReq<Req, Resp, Exec>
impl<Req, Resp, Exec> Future for ResponseFutureWithoutReq<Req, Resp, Exec>
Auto Trait Implementations§
impl<Req, Resp, Exec> Freeze for ResponseFutureWithoutReq<Req, Resp, Exec>
impl<Req, Resp, Exec> RefUnwindSafe for ResponseFutureWithoutReq<Req, Resp, Exec>
impl<Req, Resp, Exec> Send for ResponseFutureWithoutReq<Req, Resp, Exec>
impl<Req, Resp, Exec> Sync for ResponseFutureWithoutReq<Req, Resp, Exec>
impl<Req, Resp, Exec> Unpin for ResponseFutureWithoutReq<Req, Resp, Exec>
impl<Req, Resp, Exec> UnwindSafe for ResponseFutureWithoutReq<Req, Resp, Exec>
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
Source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere
F: Future,
Source§type IntoFuture = F
type IntoFuture = F
Which kind of future are we turning this into?
Source§fn into_future(self) -> <F as IntoFuture>::IntoFuture
fn into_future(self) -> <F as IntoFuture>::IntoFuture
Creates a future from a value. Read more