pub enum CtmNetworkLoadItemQd {
Variant0(f64),
Variant1(TimeSeriesReference),
}Expand description
reactive power demand
JSON schema
{
"description": "reactive power demand",
"anyOf": [
{
"type": "number"
},
{
"$ref": "#/$defs/time_series_reference"
}
]
}Variants§
Variant0(f64)
Variant1(TimeSeriesReference)
Trait Implementations§
Source§impl Clone for CtmNetworkLoadItemQd
impl Clone for CtmNetworkLoadItemQd
Source§fn clone(&self) -> CtmNetworkLoadItemQd
fn clone(&self) -> CtmNetworkLoadItemQd
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for CtmNetworkLoadItemQd
impl Debug for CtmNetworkLoadItemQd
Source§impl<'de> Deserialize<'de> for CtmNetworkLoadItemQd
impl<'de> Deserialize<'de> for CtmNetworkLoadItemQd
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 From<&CtmNetworkLoadItemQd> for CtmNetworkLoadItemQd
impl From<&CtmNetworkLoadItemQd> for CtmNetworkLoadItemQd
Source§fn from(value: &CtmNetworkLoadItemQd) -> Self
fn from(value: &CtmNetworkLoadItemQd) -> Self
Converts to this type from the input type.
Source§impl From<TimeSeriesReference> for CtmNetworkLoadItemQd
impl From<TimeSeriesReference> for CtmNetworkLoadItemQd
Source§fn from(value: TimeSeriesReference) -> Self
fn from(value: TimeSeriesReference) -> Self
Converts to this type from the input type.
Source§impl From<f64> for CtmNetworkLoadItemQd
impl From<f64> for CtmNetworkLoadItemQd
Auto Trait Implementations§
impl Freeze for CtmNetworkLoadItemQd
impl RefUnwindSafe for CtmNetworkLoadItemQd
impl Send for CtmNetworkLoadItemQd
impl Sync for CtmNetworkLoadItemQd
impl Unpin for CtmNetworkLoadItemQd
impl UnwindSafe for CtmNetworkLoadItemQd
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)