pub enum LoadType {
Base,
Low,
High,
}Variants§
Base
Base load. Always counts
Low
Low load period. Commonly counts during night hours and the summer half of the year
High
High load period. Commonly counts during daytime hours and the winter half of the year
Trait Implementations§
impl Copy for LoadType
Auto Trait Implementations§
impl Freeze for LoadType
impl RefUnwindSafe for LoadType
impl Send for LoadType
impl Sync for LoadType
impl Unpin for LoadType
impl UnwindSafe for LoadType
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