Struct nakadion::Token [] [src]

pub struct Token(pub String);

A token used for authentication against Nakadi.

Methods

impl Token
[src]

Creates a new token.

Trait Implementations

impl Clone for Token
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Token
[src]

Formats the value using the given formatter.