Struct nakadion::SubscriptionId [] [src]

pub struct SubscriptionId(pub Uuid);

A SubscriptionId is used to guaratee a continous flow of events for a client.

Methods

impl SubscriptionId
[src]

Trait Implementations

impl Clone for SubscriptionId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for SubscriptionId
[src]

Formats the value using the given formatter.