Enum theater::actor::ActorRef [] [src]

pub enum ActorRef {
    Local(LocalActorRef),
    Remote(RemoteActorRef),
}

A reference to an actor instance. Contains information about the location of the actor.

Variants

Trait Implementations

impl Copy for ActorRef
[src]

impl Clone for ActorRef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more