#[non_exhaustive]pub struct ScopfActiveReserveRow {}Expand description
One active power zonal reserve row.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.n_p: usize§uid: String§c_rgu: f64§c_rgd: f64§c_scr: f64§c_nsc: f64§c_rru: f64§c_rrd: f64§sigma_rgu: f64§sigma_rgd: f64§sigma_scr: f64§sigma_nsc: f64§p_rru_min: Vec<f64>§p_rrd_min: Vec<f64>Trait Implementations§
Source§impl Clone for ScopfActiveReserveRow
impl Clone for ScopfActiveReserveRow
Source§fn clone(&self) -> ScopfActiveReserveRow
fn clone(&self) -> ScopfActiveReserveRow
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 moreSource§impl Debug for ScopfActiveReserveRow
impl Debug for ScopfActiveReserveRow
Source§impl<'de> Deserialize<'de> for ScopfActiveReserveRow
impl<'de> Deserialize<'de> for ScopfActiveReserveRow
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 ScopfActiveReserveRow
impl PartialEq for ScopfActiveReserveRow
Source§fn eq(&self, other: &ScopfActiveReserveRow) -> bool
fn eq(&self, other: &ScopfActiveReserveRow) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ScopfActiveReserveRow
impl Serialize for ScopfActiveReserveRow
impl StructuralPartialEq for ScopfActiveReserveRow
Auto Trait Implementations§
impl Freeze for ScopfActiveReserveRow
impl RefUnwindSafe for ScopfActiveReserveRow
impl Send for ScopfActiveReserveRow
impl Sync for ScopfActiveReserveRow
impl Unpin for ScopfActiveReserveRow
impl UnsafeUnpin for ScopfActiveReserveRow
impl UnwindSafe for ScopfActiveReserveRow
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