Struct async_time_mock_core::Timeout
source · pub struct Timeout<F> { /* private fields */ }
Implementations§
Trait Implementations§
impl<'__pin, F> Unpin for Timeout<F>where __Origin<'__pin, F>: Unpin,
Auto Trait Implementations§
impl<F> !RefUnwindSafe for Timeout<F>
impl<F> Send for Timeout<F>where F: Send,
impl<F> !Sync for Timeout<F>
impl<F> !UnwindSafe for Timeout<F>
Blanket Implementations§
§impl<F> FutureExt for Fwhere
F: Future + ?Sized,
impl<F> FutureExt for Fwhere F: Future + ?Sized,
§fn catch_unwind(self) -> CatchUnwind<Self>where
Self: Sized + UnwindSafe,
fn catch_unwind(self) -> CatchUnwind<Self>where Self: Sized + UnwindSafe,
Catches panics while polling the future. Read more
source§impl<F> IntoFuture for Fwhere
F: Future,
impl<F> IntoFuture for Fwhere F: Future,
§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