pub struct MeLo(/* private fields */);Expand description
Messlokations-ID (MeLo).
Identifies a metering point in the WiM (Wechselprozesse im Messwesen) process family. Distinct from a MaLo — one supply point may have multiple metering points. Messlokations-ID — metering point identifier
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MeLo
impl<'de> Deserialize<'de> for MeLo
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 MeLo
Source§impl Ord for MeLo
impl Ord for MeLo
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 MeLo
impl PartialOrd for MeLo
impl StructuralPartialEq for MeLo
Auto Trait Implementations§
impl Freeze for MeLo
impl RefUnwindSafe for MeLo
impl Send for MeLo
impl Sync for MeLo
impl Unpin for MeLo
impl UnsafeUnpin for MeLo
impl UnwindSafe for MeLo
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