[−][src]Struct tokio::prelude::stream::FutureSender
Deprecated since 0.1.4:
use sync::mpsc::channel instead
Future returned by Sender::send
.
Trait Implementations
impl<T, E> Future for FutureSender<T, E>
[src][+]
impl<T, E> Debug for FutureSender<T, E> where
E: Debug,
T: Debug,
[src][+]
E: Debug,
T: Debug,
Auto Trait Implementations
impl<T, E> Send for FutureSender<T, E> where
E: Send,
T: Send,
E: Send,
T: Send,
impl<T, E> Unpin for FutureSender<T, E> where
E: Unpin,
T: Unpin,
E: Unpin,
T: Unpin,
impl<T, E> Sync for FutureSender<T, E> where
E: Send + Sync,
T: Send + Sync,
E: Send + Sync,
T: Send + Sync,
impl<T, E> !UnwindSafe for FutureSender<T, E>
impl<T, E> !RefUnwindSafe for FutureSender<T, E>
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<F> IntoFuture for F where
F: Future,
[src][+]
F: Future,