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]

[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