pub struct Response {Show 20 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: String
§gunluk_test: String
§gunluk_vaka: String
§gunluk_hasta: String
§gunluk_vefat: String
§gunluk_iyilesen: String
§toplam_test: String
§toplam_hasta: String
§toplam_vefat: String
§toplam_iyilesen: String
§toplam_yogun_bakim: String
§toplam_entube: String
§hastalarda_zaturre_oran: String
§agir_hasta_sayisi: String
§yatak_doluluk_orani: String
§eriskin_yogun_bakim_doluluk_orani: String
§ventilator_doluluk_orani: String
§ortalama_filyasyon_suresi: String
§ortalama_temasli_tespit_suresi: String
§filyasyon_orani: String
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Response
impl<'de> Deserialize<'de> for Response
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for Response
impl RefUnwindSafe for Response
impl Send for Response
impl Sync for Response
impl Unpin for Response
impl UnwindSafe for Response
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more