Trait std::kinds::SendExperimental
[-]
[+]
[src]
pub unsafe trait Send: 'static { }
Types able to be transferred across task boundaries.
Implementors
impl<T> Send for Unique<T>
impl<T> Send for Cell<T>
impl<T> Send for RefCell<T>
impl Send for CString
impl<R: Send> Send for BufferedReader<R>
impl Send for StdinReader
impl Send for StdWriter
impl<T: 'static> Send for Rawlink<T>
impl<T> Send for RingBuf<T>
impl<T> Send for Vec<T>
impl Send for Barrier
impl Send for Condvar
impl Send for StaticCondvar
impl<T: Send> Send for Mutex<T>
impl<T: 'static + Send> Send for RWLock<T>
impl Send for StaticRWLock
impl<T> Send for Arc<T>
impl<T> Send for Weak<T>
impl<T> Send for ArcInner<T>
impl<T: Send> Send for Receiver<T>
impl<T: Send> Send for Sender<T>