Struct dove::container::Sender[][src]

pub struct Sender { /* fields omitted */ }
Expand description

Represents a sender link.

Implementations

Send a message across this link. The returned disposition signals the acceptance or rejection of the message on the receiving end.

Close the sender link, sending the detach performative.

Trait Implementations

Executes the destructor for this type. Read more

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 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.