Struct rants::Subscription[][src]

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

A subscription to receive messages from a particular Subject

Implementations

The Subject of the subscription

The unique subscription ID

The optional queue group of the subscription

If this is of type Some, it means the subscription will automatically unsubscribe after receiving the indicated number of messages

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.