Struct rs_covid19gr::refug::RefCamp[][src]

pub struct RefCamp {
Show fields pub area_type_en: String, pub area_type_gr: String, pub capacity: Option<u32>, pub current_hosts: Option<u32>, pub description: String, pub last_update: Option<String>, pub latitude: f64, pub longtitude: f64, pub name_en: String, pub name_gr: String, pub recorded_events: Vec<RecordedEvent>, pub region_en: String, pub region_gr: String, pub total_confirmed_cases: u32, pub total_confirmed_samples: Option<u32>,
}

Fields

area_type_en: Stringarea_type_gr: Stringcapacity: Option<u32>current_hosts: Option<u32>description: Stringlast_update: Option<String>latitude: f64longtitude: f64name_en: Stringname_gr: Stringrecorded_events: Vec<RecordedEvent>region_en: Stringregion_gr: Stringtotal_confirmed_cases: u32total_confirmed_samples: Option<u32>

Trait Implementations

impl Debug for RefCamp[src]

impl<'de> Deserialize<'de> for RefCamp[src]

impl Serialize for RefCamp[src]

Auto Trait Implementations

impl RefUnwindSafe for RefCamp

impl Send for RefCamp

impl Sync for RefCamp

impl Unpin for RefCamp

impl UnwindSafe for RefCamp

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.