Struct dove::container::Session[][src]

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

Represents an AMQP session.

Implementations

Create a new sender link for a given address cross this session. The sender is returned when the other side have confirmed its existence.

Create a new sender link for a given address cross this session. The sender is returned when the other side have confirmed its existence.

Create a new receiving link for a given address cross this session. The is returned when the other side have confirmed its existence.

Create a new receiving link for a given address cross this session. The is returned when the other side have confirmed its existence.

Close a session, ending the end 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.