Struct dove::container::Receiver[][src]

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

Represents a receiver link.

Implementations

Issue credits to the remote sender link, signalling that the receiver canaldigital accept more messages.

Receive a single message across the link. The delivery is returned when a message is received.

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.