pub struct WatchPowerLastData {
pub timestamp: NaiveDateTime,
pub grid: WatchPowerLastDataGrid,
pub system: WatchPowerLastDataSystem,
pub pv: WatchPowerLastDataPV,
pub main: WatchPowerLastDataMain,
}
Fields§
§timestamp: NaiveDateTime
§grid: WatchPowerLastDataGrid
§system: WatchPowerLastDataSystem
§pv: WatchPowerLastDataPV
§main: WatchPowerLastDataMain
Trait Implementations§
Source§impl Clone for WatchPowerLastData
impl Clone for WatchPowerLastData
Source§fn clone(&self) -> WatchPowerLastData
fn clone(&self) -> WatchPowerLastData
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for WatchPowerLastData
impl Debug for WatchPowerLastData
Auto Trait Implementations§
impl Freeze for WatchPowerLastData
impl RefUnwindSafe for WatchPowerLastData
impl Send for WatchPowerLastData
impl Sync for WatchPowerLastData
impl Unpin for WatchPowerLastData
impl UnwindSafe for WatchPowerLastData
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