Home
last modified time | relevance | path

Searched defs:MutexLockFuture (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/futures-util/src/lock/
Dmutex.rs312 pub struct MutexLockFuture<'a, T: ?Sized> { struct
318 impl<T: ?Sized> fmt::Debug for MutexLockFuture<'_, T> { argument
331 impl<T: ?Sized> FusedFuture for MutexLockFuture<'_, T> { implementation
337 impl<'a, T: ?Sized> Future for MutexLockFuture<'a, T> { implementation
373 impl<T: ?Sized> Drop for MutexLockFuture<'_, T> { implementation
521 unsafe impl<T: ?Sized + Send> Send for MutexLockFuture<'_, T> {} implementation
524 unsafe impl<T: ?Sized> Sync for MutexLockFuture<'_, T> {} implementation