pub struct ResponseFuture { /* private fields */ }Expand description
Response future of ServeEmbed
Trait Implementations§
Source§impl Future for ResponseFuture
impl Future for ResponseFuture
Source§type Output = Result<Response<ResponseBody>, Infallible>
type Output = Result<Response<ResponseBody>, Infallible>
The type of value produced on completion.
Auto Trait Implementations§
impl Freeze for ResponseFuture
impl !RefUnwindSafe for ResponseFuture
impl Send for ResponseFuture
impl !Sync for ResponseFuture
impl Unpin for ResponseFuture
impl !UnwindSafe for ResponseFuture
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