Struct sirpent::actors::Handshake [] [src]

pub struct Handshake { /* fields omitted */ }

Methods

impl Handshake
[src]

Trait Implementations

impl Clone for Handshake
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Actor for Handshake
[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