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
source§fn eq(&self, other: &ApplicationResetSubcode) -> bool
fn eq(&self, other: &ApplicationResetSubcode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.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