[][src]Struct mio::Sender

pub struct Sender<M: Send> { /* fields omitted */ }

Sends messages to the EventLoop from other threads.

Methods

impl<M: Send> Sender<M>[src]

pub fn send(&self, msg: M) -> Result<(), NotifyError<M>>[src]

Trait Implementations

impl<M: Send> Sync for Sender<M>[src]

impl<M: Send> Clone for Sender<M>[src]

impl<M: Send> Debug for Sender<M>[src]

Auto Trait Implementations

impl<M> Send for Sender<M>

impl<M> Unpin for Sender<M>

impl<M> !UnwindSafe for Sender<M>

impl<M> !RefUnwindSafe for Sender<M>

Blanket Implementations

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

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

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> Borrow<T> for T where
    T: ?Sized
[src]

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

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