Struct async_io_helper::ClientIo[][src]

pub struct ClientIo(_);

Implementations

impl ClientIo[src]

pub fn new<I: Io>(io: I) -> Self[src]

Trait Implementations

impl AsyncRead for ClientIo[src]

impl AsyncWrite for ClientIo[src]

impl Connected for ClientIo[src]

Auto Trait Implementations

impl !RefUnwindSafe for ClientIo

impl Send for ClientIo

impl !Sync for ClientIo

impl Unpin for ClientIo

impl !UnwindSafe for ClientIo

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<R> AsyncReadExt for R where
    R: AsyncRead + ?Sized
[src]

impl<W> AsyncWriteExt for W where
    W: AsyncWrite + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> ConnectedIo for T where
    T: Io + Connected
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Io for T where
    T: AsyncRead + AsyncWrite + Send + 'static, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.