Struct nakadion::FlowId [] [src]

pub struct FlowId(pub String);

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

Methods

impl FlowId
[src]

[src]

Trait Implementations

impl Clone for FlowId
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FlowId
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for FlowId
[src]

[src]

Formats the value using the given formatter. Read more

impl Default for FlowId
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for FlowId

impl Sync for FlowId