Struct nakadion::SubscriptionId [] [src]

pub struct SubscriptionId(pub String);

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

Trait Implementations

impl Clone for SubscriptionId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for SubscriptionId
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for SubscriptionId
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations