Struct covidtr::Response[][src]

pub struct Response {
Show fields pub tarih: String, pub gunluk_test: String, pub gunluk_vaka: String, pub gunluk_hasta: String, pub gunluk_vefat: String, pub gunluk_iyilesen: String, pub toplam_test: String, pub toplam_hasta: String, pub toplam_vefat: String, pub toplam_iyilesen: String, pub toplam_yogun_bakim: String, pub toplam_entube: String, pub hastalarda_zaturre_oran: String, pub agir_hasta_sayisi: String, pub yatak_doluluk_orani: String, pub eriskin_yogun_bakim_doluluk_orani: String, pub ventilator_doluluk_orani: String, pub ortalama_filyasyon_suresi: String, pub ortalama_temasli_tespit_suresi: String, pub filyasyon_orani: String,
}

Fields

tarih: Stringgunluk_test: Stringgunluk_vaka: Stringgunluk_hasta: Stringgunluk_vefat: Stringgunluk_iyilesen: Stringtoplam_test: Stringtoplam_hasta: Stringtoplam_vefat: Stringtoplam_iyilesen: Stringtoplam_yogun_bakim: Stringtoplam_entube: Stringhastalarda_zaturre_oran: Stringagir_hasta_sayisi: Stringyatak_doluluk_orani: Stringeriskin_yogun_bakim_doluluk_orani: Stringventilator_doluluk_orani: Stringortalama_filyasyon_suresi: Stringortalama_temasli_tespit_suresi: Stringfilyasyon_orani: String

Trait Implementations

Deserialize this value from the given Serde deserializer. 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.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

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.