Home
last modified time | relevance | path

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

/external/rust/crates/syn/src/
Dthread.rs7 pub struct ThreadBound<T> { struct
12 unsafe impl<T> Sync for ThreadBound<T> {} argument
15 unsafe impl<T: Copy> Send for ThreadBound<T> {} implementation
17 impl<T> ThreadBound<T> { implementation
34 impl<T: Debug> Debug for ThreadBound<T> { implementation