pub enum WimDeviceCategory {
IMSys,
Mme,
MmeKme,
}Expand description
Device category for the iMS Universalbestellprozess.
Specifies which type of smart meter the Netzbetreiber is ordering from the MSB.
Variants§
IMSys
Intelligentes Messsystem (iMSys) — full smart meter system.
Mme
Moderne Messeinrichtung (mME) — basic smart meter display.
MmeKme
Moderne Messeinrichtung mit Kommunikationsadapter (mME+KME).
Trait Implementations§
Source§impl Clone for WimDeviceCategory
impl Clone for WimDeviceCategory
Source§fn clone(&self) -> WimDeviceCategory
fn clone(&self) -> WimDeviceCategory
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 WimDeviceCategory
impl Debug for WimDeviceCategory
Source§impl<'de> Deserialize<'de> for WimDeviceCategory
impl<'de> Deserialize<'de> for WimDeviceCategory
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 WimDeviceCategory
Source§impl PartialEq for WimDeviceCategory
impl PartialEq for WimDeviceCategory
Source§fn eq(&self, other: &WimDeviceCategory) -> bool
fn eq(&self, other: &WimDeviceCategory) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for WimDeviceCategory
impl Serialize for WimDeviceCategory
impl StructuralPartialEq for WimDeviceCategory
Auto Trait Implementations§
impl Freeze for WimDeviceCategory
impl RefUnwindSafe for WimDeviceCategory
impl Send for WimDeviceCategory
impl Sync for WimDeviceCategory
impl Unpin for WimDeviceCategory
impl UnsafeUnpin for WimDeviceCategory
impl UnwindSafe for WimDeviceCategory
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