Struct sirpent::actors::GameActor [] [src]

pub struct GameActor { /* fields omitted */ }

Methods

impl GameActor
[src]

Trait Implementations

impl Clone for GameActor
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Actor for GameActor
[src]

The message sent to the actor

The response sent back from the actor

The response error

The internal response future. This will remain on the actor's task and will be polled to completion before being sent back to the caller. Read more

Process an inbound message and return a response. Read more

Poll the Actor to see if it has completed processing. Read more

Indicates that the actor is ready to process the next inbox message Read more