Struct nakadion::StreamId [] [src]

pub struct StreamId(pub String);

A StreamId identifies a subscription. It must be provided for checkpointing with a Cursor.

Methods

impl StreamId
[src]

[src]

Trait Implementations

impl Clone for StreamId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for StreamId
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for StreamId
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for StreamId

impl Sync for StreamId