Home
last modified time | relevance | path

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

/external/rust/crates/crossbeam-utils/src/sync/
Dsharded_lock.rs484 pub struct ShardedLockReadGuard<'a, T: ?Sized> { struct
490 unsafe impl<T: ?Sized + Sync> Sync for ShardedLockReadGuard<'_, T> {} argument
492 impl<T: ?Sized> Deref for ShardedLockReadGuard<'_, T> { implementation
500 impl<T: fmt::Debug> fmt::Debug for ShardedLockReadGuard<'_, T> { implementation
508 impl<T: ?Sized + fmt::Display> fmt::Display for ShardedLockReadGuard<'_, T> { implementation