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