[][src]Enum mini::aio::net::tcp::Msg

pub enum Msg<NOTIFY> {
    TryingConnectionToHost(NOTIFY, AddrInfoIteru32),
    WriteEvent(epoll_eventTcpConnection, NOTIFY, AddrInfoIteru32),
}

Variants

TryingConnectionToHost(NOTIFY, AddrInfoIteru32)WriteEvent(epoll_eventTcpConnection, NOTIFY, AddrInfoIteru32)

Auto Trait Implementations

impl<NOTIFY> !Send for Msg<NOTIFY>

impl<NOTIFY> Unpin for Msg<NOTIFY> where
    NOTIFY: Unpin

impl<NOTIFY> !Sync for Msg<NOTIFY>

impl<NOTIFY> !UnwindSafe for Msg<NOTIFY>

impl<NOTIFY> !RefUnwindSafe for Msg<NOTIFY>

Blanket Implementations

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

impl<T, U> Into<U> for T where
    U: From<T>, 
[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.

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

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

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