Searched defs:ShardedLock (Results 1 – 1 of 1) sorted by relevance
76 pub struct ShardedLock<T: ?Sized> { struct84 unsafe impl<T: ?Sized + Send> Send for ShardedLock<T> {} argument85 unsafe impl<T: ?Sized + Send + Sync> Sync for ShardedLock<T> {} implementation87 impl<T: ?Sized> UnwindSafe for ShardedLock<T> {} implementation88 impl<T: ?Sized> RefUnwindSafe for ShardedLock<T> {} implementation90 impl<T> ShardedLock<T> { implementation145 impl<T: ?Sized> ShardedLock<T> { implementation444 impl<T: ?Sized + fmt::Debug> fmt::Debug for ShardedLock<T> { implementation470 impl<T: Default> Default for ShardedLock<T> { implementation476 impl<T> From<T> for ShardedLock<T> { implementation