Struct tokkit::AccessToken[][src]

pub struct AccessToken(pub String);

An access token

See RFC6749

Methods

impl AccessToken
[src]

Creates a new AccessToken

Trait Implementations

impl Clone for AccessToken
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for AccessToken
[src]

Formats the value using the given formatter. Read more

impl Debug for AccessToken
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for AccessToken

impl Sync for AccessToken