Struct riker::kernel::MailboxSender[][src]

pub struct MailboxSender<Msg: Message> {
    pub uid: ActorId,
    // some fields omitted
}

Fields

Methods

impl<Msg> MailboxSender<Msg> where
    Msg: Message
[src]

Trait Implementations

impl<Msg: Clone + Message> Clone for MailboxSender<Msg>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<Msg: Message> Send for MailboxSender<Msg>
[src]

impl<Msg: Message> Sync for MailboxSender<Msg>
[src]

impl<Msg> MailboxSchedule for MailboxSender<Msg> where
    Msg: Message
[src]