pub enum ApplicationResetSubcode {
Show 16 variants
All(u8),
UserData(u8),
SimpleBilling(u8),
EnhancedBilling(u8),
MultiTariffBilling(u8),
InstantaneousValues(u8),
LoadManagementValues(u8),
Reserved1(u8),
InstallationStartup(u8),
Testing(u8),
Calibration(u8),
ConfigurationUpdates(u8),
Manufacturing(u8),
Development(u8),
Selftest(u8),
Reserved2(u8),
}
Variants§
All(u8)
UserData(u8)
SimpleBilling(u8)
EnhancedBilling(u8)
MultiTariffBilling(u8)
InstantaneousValues(u8)
LoadManagementValues(u8)
Reserved1(u8)
InstallationStartup(u8)
Testing(u8)
Calibration(u8)
ConfigurationUpdates(u8)
Manufacturing(u8)
Development(u8)
Selftest(u8)
Reserved2(u8)
Implementations§
Trait Implementations§
Source§impl Debug for ApplicationResetSubcode
impl Debug for ApplicationResetSubcode
Source§impl PartialEq for ApplicationResetSubcode
impl PartialEq for ApplicationResetSubcode
impl StructuralPartialEq for ApplicationResetSubcode
Auto Trait Implementations§
impl Freeze for ApplicationResetSubcode
impl RefUnwindSafe for ApplicationResetSubcode
impl Send for ApplicationResetSubcode
impl Sync for ApplicationResetSubcode
impl Unpin for ApplicationResetSubcode
impl UnwindSafe for ApplicationResetSubcode
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