pub struct Betrieb {
pub stilllegung_vorlaeufig_erreicht: Option<JaNein>,
pub stilllegung_endgueltig_erreicht: Option<JaNein>,
}Expand description
Betrieb — the Stilllegungs-Status of a Technische Ressource on
Gueltig_ab.
A container, not a flag: the XSD distinguishes the vorläufige from the endgültige Stilllegung, and the two have different consequences. A vorläufig stillgelegte Anlage still exists for Redispatch purposes; an endgültig stillgelegte one does not.
Fields§
§stilllegung_vorlaeufig_erreicht: Option<JaNein>Whether the vorläufige Stilllegung is reached on Gueltig_ab.
stilllegung_endgueltig_erreicht: Option<JaNein>Whether the endgültige Stilllegung is reached on Gueltig_ab.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Betrieb
impl<'de> Deserialize<'de> for Betrieb
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 StructuralPartialEq for Betrieb
Auto Trait Implementations§
impl Freeze for Betrieb
impl RefUnwindSafe for Betrieb
impl Send for Betrieb
impl Sync for Betrieb
impl Unpin for Betrieb
impl UnsafeUnpin for Betrieb
impl UnwindSafe for Betrieb
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