pub struct EnthaltenesTr {
pub ma_str_nr: Option<String>,
pub klarname: Option<String>,
pub typ: Option<String>,
pub code_kraftwerk: Option<String>,
pub marktlokation: Option<String>,
}Expand description
A technical resource (Technische Ressource) contained within an
SR_Objekt (cluster resource or control group).
Fields§
§ma_str_nr: Option<String>MaStR number (Marktstammdatenregister).
klarname: Option<String>Human-readable name.
typ: Option<String>Resource type code.
code_kraftwerk: Option<String>Plant code (Code_Kraftwerk).
marktlokation: Option<String>Market location (Marktlokation).
Trait Implementations§
Source§impl Clone for EnthaltenesTr
impl Clone for EnthaltenesTr
Source§fn clone(&self) -> EnthaltenesTr
fn clone(&self) -> EnthaltenesTr
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 EnthaltenesTr
impl Debug for EnthaltenesTr
Source§impl<'de> Deserialize<'de> for EnthaltenesTr
impl<'de> Deserialize<'de> for EnthaltenesTr
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 EnthaltenesTr
impl PartialEq for EnthaltenesTr
Source§fn eq(&self, other: &EnthaltenesTr) -> bool
fn eq(&self, other: &EnthaltenesTr) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for EnthaltenesTr
impl Serialize for EnthaltenesTr
impl StructuralPartialEq for EnthaltenesTr
Auto Trait Implementations§
impl Freeze for EnthaltenesTr
impl RefUnwindSafe for EnthaltenesTr
impl Send for EnthaltenesTr
impl Sync for EnthaltenesTr
impl Unpin for EnthaltenesTr
impl UnsafeUnpin for EnthaltenesTr
impl UnwindSafe for EnthaltenesTr
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