Struct pixelast::Pixel[][src]

pub struct Pixel {
    pub date: String,
    pub quantity: String,
}

Data representing the quantity of each day.

Fields

The date on which the quantity is to be recorded. It is specified in yyyyMMdd format.

Specify the quantity to be registered on the specified date. Validation rule: int^-?[0-9]+ float^-?[0-9]+.[0-9]+

Trait Implementations

impl Debug for Pixel
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Pixel

impl Sync for Pixel