Struct solaredge::api::request::SitePowerDetails
source · pub struct SitePowerDetails<'r> {
pub start_time: NaiveDateTime,
pub end_time: NaiveDateTime,
pub meters: Option<&'r [MeterType]>,
}Fields§
§start_time: NaiveDateTime§end_time: NaiveDateTime§meters: Option<&'r [MeterType]>Trait Implementations§
source§impl<'r> Debug for SitePowerDetails<'r>
impl<'r> Debug for SitePowerDetails<'r>
Auto Trait Implementations§
impl<'r> RefUnwindSafe for SitePowerDetails<'r>
impl<'r> Send for SitePowerDetails<'r>
impl<'r> Sync for SitePowerDetails<'r>
impl<'r> Unpin for SitePowerDetails<'r>
impl<'r> UnwindSafe for SitePowerDetails<'r>
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