Struct actix::dev::Mailbox[][src]

pub struct Mailbox<A> where
    A: Actor,
    A::Context: AsyncContext<A>, 
{ /* fields omitted */ }

Methods

impl<A> Mailbox<A> where
    A: Actor,
    A::Context: AsyncContext<A>, 
[src]

Trait Implementations

impl<A> Default for Mailbox<A> where
    A: Actor,
    A::Context: AsyncContext<A>, 
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl<A> Send for Mailbox<A>

impl<A> Sync for Mailbox<A>