Struct hs100api::types::EmeterGetDaystat [] [src]

pub struct EmeterGetDaystat {
    pub day_list: Vec<EmeterGetDaystatDayList>,
    pub err_code: i64,
}

Fields

Trait Implementations

impl Debug for EmeterGetDaystat
[src]

Formats the value using the given formatter.

impl PartialEq for EmeterGetDaystat
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.