Struct futures_locks::MutexFut
source · pub struct MutexFut<T: ?Sized> { /* private fields */ }
Expand description
A Future
representing a pending Mutex
acquisition.
Trait Implementations§
Auto Trait Implementations§
impl<T> !RefUnwindSafe for MutexFut<T>
impl<T: ?Sized> Send for MutexFut<T>where
T: Send,
impl<T: ?Sized> Sync for MutexFut<T>where
T: Send,
impl<T: ?Sized> Unpin for MutexFut<T>
impl<T> !UnwindSafe for MutexFut<T>
Blanket Implementations§
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