Struct speedtest_rs::speedtest_config::SpeedTestConfig[][src]

pub struct SpeedTestConfig {
    pub client: SpeedTestClientConfig,
    pub ignore_servers: Vec<u32>,
    pub sizes: SpeedTestSizeConfig,
    pub counts: SpeedTestCountsConfig,
    pub threads: SpeedTestThreadsConfig,
    pub length: SpeedTestLengthConfig,
    pub upload_max: usize,
    pub location: EarthLocation,
}

Fields

client: SpeedTestClientConfigignore_servers: Vec<u32>sizes: SpeedTestSizeConfigcounts: SpeedTestCountsConfigthreads: SpeedTestThreadsConfiglength: SpeedTestLengthConfigupload_max: usizelocation: EarthLocation

Implementations

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.