Struct async_io_helper::ServerIo[][src]

pub struct ServerIo(_);

Implementations

impl ServerIo[src]

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

Trait Implementations

impl AsyncRead for ServerIo[src]

impl AsyncWrite for ServerIo[src]

impl Connected for ServerIo[src]

Auto Trait Implementations

impl !RefUnwindSafe for ServerIo

impl Send for ServerIo

impl !Sync for ServerIo

impl Unpin for ServerIo

impl !UnwindSafe for ServerIo

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.