pub struct AverageDemand {
pub timestamp: DateTime<Tz>,
pub value: u32,
}Fields§
§timestamp: DateTime<Tz>§value: u32Trait Implementations§
Source§impl Clone for AverageDemand
impl Clone for AverageDemand
Source§fn clone(&self) -> AverageDemand
fn clone(&self) -> AverageDemand
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 AverageDemand
impl Debug for AverageDemand
Source§impl PartialEq for AverageDemand
impl PartialEq for AverageDemand
impl StructuralPartialEq for AverageDemand
Auto Trait Implementations§
impl Freeze for AverageDemand
impl RefUnwindSafe for AverageDemand
impl Send for AverageDemand
impl Sync for AverageDemand
impl Unpin for AverageDemand
impl UnwindSafe for AverageDemand
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