pub enum EventType {
Show 35 variants
Simple,
Price,
ChargeStateSetpoint,
DispatchSetpoint,
DispatchSetpointRelative,
ControlSetpoint,
ExportPrice,
GHG,
Curve,
OLS,
ImportCapacitySubscription,
ImportCapacityReservation,
ImportCapacityReservationFee,
ImportCapacityAvailable,
ImportCapacityAvailablePrice,
ExportCapacitySubscription,
ExportCapacityReservation,
ExportCapacityReservationFee,
ExportCapacityAvailable,
ExportCapacityAvailablePrice,
ImportCapacityLimit,
ExportCapacityLimit,
AlertGridEmergency,
AlertBlackStart,
AlertPossibleOutage,
AlertFlexAlert,
AlertFire,
AlertFreezing,
AlertWind,
AlertTsunami,
AlertAirQuality,
AlertOther,
CTA2045Reboot,
CTA2045SetOverrideStatus,
Private(String),
}Variants§
Simple
Price
ChargeStateSetpoint
DispatchSetpoint
DispatchSetpointRelative
ControlSetpoint
ExportPrice
GHG
Curve
OLS
ImportCapacitySubscription
ImportCapacityReservation
ImportCapacityReservationFee
ImportCapacityAvailable
ImportCapacityAvailablePrice
ExportCapacitySubscription
ExportCapacityReservation
ExportCapacityReservationFee
ExportCapacityAvailable
ExportCapacityAvailablePrice
ImportCapacityLimit
ExportCapacityLimit
AlertGridEmergency
AlertBlackStart
AlertPossibleOutage
AlertFlexAlert
AlertFire
AlertFreezing
AlertWind
AlertTsunami
AlertAirQuality
AlertOther
CTA2045Reboot
CTA2045SetOverrideStatus
Private(String)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for EventType
impl<'de> Deserialize<'de> for EventType
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
impl Eq for EventType
impl StructuralPartialEq for EventType
Auto Trait Implementations§
impl Freeze for EventType
impl RefUnwindSafe for EventType
impl Send for EventType
impl Sync for EventType
impl Unpin for EventType
impl UnwindSafe for EventType
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)