Searched defs:CachedThreadLocal (Results 1 – 1 of 1) sorted by relevance
13 pub struct CachedThreadLocal<T: Send> { struct17 impl<T: Send> Default for CachedThreadLocal<T> { argument23 impl<T: Send> CachedThreadLocal<T> { implementation83 impl<T: Send> IntoIterator for CachedThreadLocal<T> { implementation94 impl<'a, T: Send + 'a> IntoIterator for &'a mut CachedThreadLocal<T> { implementation103 impl<T: Send + Default> CachedThreadLocal<T> { impl111 impl<T: Send + fmt::Debug> fmt::Debug for CachedThreadLocal<T> { implementation117 impl<T: Send + UnwindSafe> UnwindSafe for CachedThreadLocal<T> {} implementation