Struct futures_util::io::IntoSink [−][src]
Sink for the into_sink
method.
Trait Implementations
impl<W: Debug, Item: Debug> Debug for IntoSink<W, Item>
[src][+]
impl<W: AsyncWrite, Item: AsRef<[u8]>> Sink<Item> for IntoSink<W, Item>
[src][+]
impl<'__pin, W, Item> Unpin for IntoSink<W, Item> where
__Origin<'__pin, W, Item>: Unpin,
[src]
__Origin<'__pin, W, Item>: Unpin,
Auto Trait Implementations
impl<W, Item> RefUnwindSafe for IntoSink<W, Item> where
Item: RefUnwindSafe,
W: RefUnwindSafe,
Item: RefUnwindSafe,
W: RefUnwindSafe,
impl<W, Item> Send for IntoSink<W, Item> where
Item: Send,
W: Send,
Item: Send,
W: Send,
impl<W, Item> Sync for IntoSink<W, Item> where
Item: Sync,
W: Sync,
Item: Sync,
W: Sync,
impl<W, Item> UnwindSafe for IntoSink<W, Item> where
Item: UnwindSafe,
W: UnwindSafe,
Item: UnwindSafe,
W: 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<T, Item> SinkExt<Item> for T where
T: Sink<Item> + ?Sized,
[src][+]
T: Sink<Item> + ?Sized,
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>,