Struct nakadion::FlowId[][src]

pub struct FlowId(pub String);

A FlowId helps when finding problems and tracing workflows. It is usually submitted when interacting with the Nakadi REST API but also contained in received event metadata.

Methods

impl FlowId
[src]

Trait Implementations

impl Clone for FlowId
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FlowId
[src]

Formats the value using the given formatter. Read more

impl Display for FlowId
[src]

Formats the value using the given formatter. Read more

impl Default for FlowId
[src]

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

Auto Trait Implementations

impl Send for FlowId

impl Sync for FlowId