pub enum ReportType {
Show 25 variants
Reading,
Usage,
Demand,
Setpoint,
DeltaUsage,
Baseline,
OperatingState,
UpRegulationAvailable,
DownRegulationAvailable,
RegulationSetpoint,
StorageUsableCapacity,
StorageChargeLevel,
StorageMaxDischargePower,
StorageMaxChargePower,
SimpleLevel,
UsageForecast,
StorageDispatchForecast,
LoadShedDeltaAvailable,
GenerationDeltaAvailable,
DataQuality,
ImportReservationCapacity,
ImportReservationFee,
ExportReservationCapacity,
ExportReservationFee,
Private(String),
}Variants§
Reading
Usage
Demand
Setpoint
DeltaUsage
Baseline
OperatingState
UpRegulationAvailable
DownRegulationAvailable
RegulationSetpoint
StorageUsableCapacity
StorageChargeLevel
StorageMaxDischargePower
StorageMaxChargePower
SimpleLevel
UsageForecast
StorageDispatchForecast
LoadShedDeltaAvailable
GenerationDeltaAvailable
DataQuality
ImportReservationCapacity
ImportReservationFee
ExportReservationCapacity
ExportReservationFee
Private(String)
Trait Implementations§
Source§impl Clone for ReportType
impl Clone for ReportType
Source§fn clone(&self) -> ReportType
fn clone(&self) -> ReportType
Returns a copy 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 ReportType
impl Debug for ReportType
Source§impl<'de> Deserialize<'de> for ReportType
impl<'de> Deserialize<'de> for ReportType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ReportType
impl PartialEq for ReportType
Source§impl Serialize for ReportType
impl Serialize for ReportType
impl Eq for ReportType
impl StructuralPartialEq for ReportType
Auto Trait Implementations§
impl Freeze for ReportType
impl RefUnwindSafe for ReportType
impl Send for ReportType
impl Sync for ReportType
impl Unpin for ReportType
impl UnwindSafe for ReportType
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)