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]
impl Clone for NoToken
[src]
fn clone(&self) -> NoToken
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Copy for NoToken
[src]
impl Display for NoToken
[src]
fn fmt(&self, f: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more