pub enum MarketRole {
LF,
NB,
MSB,
MDL,
UENB,
BKV,
BIKO,
ESA,
MGV,
KN,
}Expand description
Market participant roles in the German energy market.
Variants§
LF
Lieferant (supplier)
NB
Netzbetreiber (network operator)
MSB
Messstellenbetreiber (metering point operator)
MDL
Messdienstleister (metering service provider)
UENB
Übertragungsnetzbetreiber (TSO)
BKV
Bilanzkreisverantwortlicher
BIKO
Bilanzkoordinator
ESA
Einsatzverantwortlicher
MGV
Marktgebietsverantwortlicher (market area manager)
KN
Kunde (customer)
Trait Implementations§
Source§impl Clone for MarketRole
impl Clone for MarketRole
Source§fn clone(&self) -> MarketRole
fn clone(&self) -> MarketRole
Returns a duplicate of the value. Read more
1.0.0 · 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 MarketRole
impl Debug for MarketRole
Source§impl Hash for MarketRole
impl Hash for MarketRole
Source§impl PartialEq for MarketRole
impl PartialEq for MarketRole
impl Copy for MarketRole
impl Eq for MarketRole
impl StructuralPartialEq for MarketRole
Auto Trait Implementations§
impl Freeze for MarketRole
impl RefUnwindSafe for MarketRole
impl Send for MarketRole
impl Sync for MarketRole
impl Unpin for MarketRole
impl UnsafeUnpin for MarketRole
impl UnwindSafe for MarketRole
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