Searched defs:LocalKey (Results 1 – 1 of 1) sorted by relevance
95 pub struct LocalKey<T: 'static> { struct97 pub inner: thread::LocalKey<RefCell<Option<T>>>, argument100 impl<T: 'static> LocalKey<T> { implementation194 impl<T: Copy + 'static> LocalKey<T> { implementation202 impl<T: 'static> fmt::Debug for LocalKey<T> { implementation