Struct nakadion::auth::AccessToken [] [src]

pub struct AccessToken(pub String);

A token used for authentication against Nakadi.

Methods

impl AccessToken
[src]

[src]

Creates a new token.

Trait Implementations

impl Clone for AccessToken
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AccessToken
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for AccessToken
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for AccessToken

impl Sync for AccessToken