Searched defs:ShardedLock (Results 1 – 1 of 1) sorted by relevance
78 pub struct ShardedLock<T: ?Sized> { struct86 unsafe impl<T: ?Sized + Send> Send for ShardedLock<T> {} argument87 unsafe impl<T: ?Sized + Send + Sync> Sync for ShardedLock<T> {} implementation89 impl<T: ?Sized> UnwindSafe for ShardedLock<T> {} implementation90 impl<T: ?Sized> RefUnwindSafe for ShardedLock<T> {} implementation92 impl<T> ShardedLock<T> { implementation147 impl<T: ?Sized> ShardedLock<T> { impl446 impl<T: ?Sized + fmt::Debug> fmt::Debug for ShardedLock<T> { implementation472 impl<T: Default> Default for ShardedLock<T> { implementation478 impl<T> From<T> for ShardedLock<T> { implementation