pub struct MaLo(/* private fields */);Expand description
Marktlokations-ID (MaLo).
Identifies a supply point for electricity or gas in the German energy market. EIC format (33-char) or legacy 13-digit format; exact format depends on the process family and format version. Marktlokations-ID — supply point identifier (EIC / MaLo format)
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MaLo
impl<'de> Deserialize<'de> for MaLo
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 Eq for MaLo
Source§impl Ord for MaLo
impl Ord for MaLo
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for MaLo
impl PartialOrd for MaLo
impl StructuralPartialEq for MaLo
Auto Trait Implementations§
impl Freeze for MaLo
impl RefUnwindSafe for MaLo
impl Send for MaLo
impl Sync for MaLo
impl Unpin for MaLo
impl UnsafeUnpin for MaLo
impl UnwindSafe for MaLo
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