[−][src]Struct futures::sink::Send
Future for the Sink::send
combinator, which sends a value to a sink and
then waits until the sink has fully flushed.
Methods
impl<S: Sink> Send<S>
[src][−]
pub fn get_ref(&self) -> &S
[src][−]
Get a shared reference to the inner sink.
pub fn get_mut(&mut self) -> &mut S
[src][−]
Get a mutable reference to the inner sink.
Trait Implementations
impl<S: Debug + Sink> Debug for Send<S> where
S::SinkItem: Debug,
[src][+]
S::SinkItem: Debug,
impl<S: Sink> Future for Send<S>
[src][+]
Auto Trait Implementations
impl<S> RefUnwindSafe for Send<S> where
S: RefUnwindSafe,
<S as Sink>::SinkItem: RefUnwindSafe,
S: RefUnwindSafe,
<S as Sink>::SinkItem: RefUnwindSafe,
impl<S> Send for Send<S> where
S: Send,
<S as Sink>::SinkItem: Send,
S: Send,
<S as Sink>::SinkItem: Send,
impl<S> Sync for Send<S> where
S: Sync,
<S as Sink>::SinkItem: Sync,
S: Sync,
<S as Sink>::SinkItem: Sync,
impl<S> Unpin for Send<S> where
S: Unpin,
<S as Sink>::SinkItem: Unpin,
S: Unpin,
<S as Sink>::SinkItem: Unpin,
impl<S> UnwindSafe for Send<S> where
S: UnwindSafe,
<S as Sink>::SinkItem: UnwindSafe,
S: UnwindSafe,
<S as Sink>::SinkItem: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<F> IntoFuture for F where
F: Future,
[src][+]
F: Future,
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>,