Struct speedtest_rs::speedtest_csv::SpeedTestCsvResult[][src]

pub struct SpeedTestCsvResult<'a> {
    pub server_id: &'a str,
    pub sponsor: &'a str,
    pub server_name: &'a str,
    pub timestamp: &'a str,
    pub distance: &'a str,
    pub ping: &'a str,
    pub download: &'a str,
    pub upload: &'a str,
    pub share: &'a str,
    pub ip_address: &'a str,
}

Fields

server_id: &'a strsponsor: &'a strserver_name: &'a strtimestamp: &'a strdistance: &'a strping: &'a strdownload: &'a strupload: &'a strshare: &'a strip_address: &'a str

Implementations

Trait Implementations

Formats the value using the given formatter. Read more

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

Serialize this value into the given Serde serializer. 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.