Struct nakadion::StreamId[][src]

pub struct StreamId(pub String);

A StreamId identifies connection to a subscription.

It must be provided for committing a Cursor.

For more information on event types and subscriptions see subscriptions

Methods

impl StreamId
[src]

Trait Implementations

impl Clone for StreamId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for StreamId
[src]

Formats the value using the given formatter. Read more

impl Display for StreamId
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for StreamId

impl Sync for StreamId