Struct solaredge::api::request::SiteEnergy
source · pub struct SiteEnergy {
pub start_date: NaiveDate,
pub end_date: NaiveDate,
pub time_unit: Option<TimeUnit>,
}Fields§
§start_date: NaiveDate§end_date: NaiveDate§time_unit: Option<TimeUnit>Trait Implementations§
source§impl Debug for SiteEnergy
impl Debug for SiteEnergy
Auto Trait Implementations§
impl RefUnwindSafe for SiteEnergy
impl Send for SiteEnergy
impl Sync for SiteEnergy
impl Unpin for SiteEnergy
impl UnwindSafe for SiteEnergy
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