[][src]Struct covid19::cv19api::data::Metadata

pub struct Metadata {
    pub recorded_on_to: NaiveDate,
    pub from: NaiveDate,
    pub to: NaiveDate,
    pub recorded_on_from: NaiveDate,
}

Fields

recorded_on_to: NaiveDatefrom: NaiveDateto: NaiveDaterecorded_on_from: NaiveDate

Trait Implementations

impl Debug for Metadata[src]

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

impl Serialize for Metadata[src]

Auto Trait Implementations

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.