Struct breadx::display::SendRequestRawFuture [−][src]
pub struct SendRequestRawFuture<'a, D: ?Sized> { /* fields omitted */ }
Expand description
The future returned by send_request_raw_async. This polls the AsyncDisplay instance until it
returns properly.
Trait Implementations
Auto Trait Implementations
impl<'a, D: ?Sized> RefUnwindSafe for SendRequestRawFuture<'a, D> where
D: RefUnwindSafe, impl<'a, D: ?Sized> Send for SendRequestRawFuture<'a, D> where
D: Send, impl<'a, D: ?Sized> Sync for SendRequestRawFuture<'a, D> where
D: Sync, impl<'a, D> !UnwindSafe for SendRequestRawFuture<'a, D>Blanket Implementations
Mutably borrows from an owned value. Read more
A convenience for calling Future::poll() on !Unpin types.
Returns the result of self or other future, preferring self if both are ready. Read more
Returns the result of self or other future, with no preference if both are ready. Read more
Catches panics while polling the future. Read more
Boxes the future and changes its type to dyn Future + Send + 'a. Read more
🔬 This is a nightly-only experimental API. (
into_future)The output that the future will produce on completion.
type Future = F
type Future = F🔬 This is a nightly-only experimental API. (
into_future)Which kind of future are we turning this into?
🔬 This is a nightly-only experimental API. (
into_future)Creates a future from a value.