Struct tonari_actor::Addr[][src]

pub struct Addr<A: Actor + ?Sized> { /* fields omitted */ }

Implementations

Create address for an actor, specifying its inbox size. Accepts Capacity or usize.

“Genericize” an address to, rather than point to a specific actor, be applicable to any actor that handles a given message-response type. Allows you to create recipient not only of A::Message, but of any M: Into<A::Message>.

Methods from Deref<Target = Recipient<M>>

Send a message to an actor. Returns SendError if the channel is full; does not block. See SendResultExt trait for convenient handling of errors.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Returns the “default value” for a type. Read more

The resulting type after dereferencing.

Dereferences the value.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.