pub enum AreaDispatchMethod {
Apf,
SlackBusFallback,
Converged,
}Expand description
How a particular area’s interchange mismatch was dispatched.
Variants§
Apf
Distributed via APF-weighted regulating generators across the area.
SlackBusFallback
Fell back to headroom-proportional dispatch at the area slack bus
(no generators with agc_participation_factor > 0 found in the area).
Converged
Area was within tolerance — no adjustment needed.
Trait Implementations§
Source§impl Clone for AreaDispatchMethod
impl Clone for AreaDispatchMethod
Source§fn clone(&self) -> AreaDispatchMethod
fn clone(&self) -> AreaDispatchMethod
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for AreaDispatchMethod
Source§impl Debug for AreaDispatchMethod
impl Debug for AreaDispatchMethod
Source§impl<'de> Deserialize<'de> for AreaDispatchMethod
impl<'de> Deserialize<'de> for AreaDispatchMethod
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 AreaDispatchMethod
Source§impl PartialEq for AreaDispatchMethod
impl PartialEq for AreaDispatchMethod
Source§impl Serialize for AreaDispatchMethod
impl Serialize for AreaDispatchMethod
impl StructuralPartialEq for AreaDispatchMethod
Auto Trait Implementations§
impl Freeze for AreaDispatchMethod
impl RefUnwindSafe for AreaDispatchMethod
impl Send for AreaDispatchMethod
impl Sync for AreaDispatchMethod
impl Unpin for AreaDispatchMethod
impl UnsafeUnpin for AreaDispatchMethod
impl UnwindSafe for AreaDispatchMethod
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