pub struct ShineMonitorLastData {
pub timestamp: NaiveDateTime,
pub grid: ShineMonitorLastDataGrid,
pub system: ShineMonitorLastDataSystem,
pub pv: ShineMonitorLastDataPV,
pub main: ShineMonitorLastDataMain,
}Fields§
§timestamp: NaiveDateTime§grid: ShineMonitorLastDataGrid§system: ShineMonitorLastDataSystem§pv: ShineMonitorLastDataPV§main: ShineMonitorLastDataMainTrait Implementations§
Source§impl Clone for ShineMonitorLastData
impl Clone for ShineMonitorLastData
Source§fn clone(&self) -> ShineMonitorLastData
fn clone(&self) -> ShineMonitorLastData
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 ShineMonitorLastData
impl Debug for ShineMonitorLastData
Auto Trait Implementations§
impl Freeze for ShineMonitorLastData
impl RefUnwindSafe for ShineMonitorLastData
impl Send for ShineMonitorLastData
impl Sync for ShineMonitorLastData
impl Unpin for ShineMonitorLastData
impl UnsafeUnpin for ShineMonitorLastData
impl UnwindSafe for ShineMonitorLastData
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