Struct screeps_api::sync::UseRcTokens
[−]
[src]
pub struct UseRcTokens;
Represents the configuration which will create an non-Send token storage.
Trait Implementations
impl Copy for UseRcTokens
[src]
impl Clone for UseRcTokens
[src]
fn clone(&self) -> UseRcTokens
[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 Debug for UseRcTokens
[src]
impl Default for UseRcTokens
[src]
fn default() -> UseRcTokens
[src]
Returns the "default value" for a type. Read more