Struct theater::actor::LocalActorRef [] [src]

pub struct LocalActorRef { /* fields omitted */ }

A reference to an actor running on the current host. Messages to these instances can be sent relatively quickly, and are less likely to be lost.

Trait Implementations

impl Copy for LocalActorRef
[src]

impl Clone for LocalActorRef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more