Struct screeps_api::error::NoToken [] [src]

pub struct NoToken;

Error representing when an authenticated call is made, but there is no token currently available.

Trait Implementations

impl Debug for NoToken
[src]

[src]

Formats the value using the given formatter.

impl Clone for NoToken
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for NoToken
[src]

impl Display for NoToken
[src]

[src]

Formats the value using the given formatter. Read more

impl StdError for NoToken
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more