pub enum KPPA {
NotAuthorized,
Authorized,
}Expand description
KPPA (Key Parameter Programming Authorization) write the correct password to get KPPA. This will be required to change the settings.
Variants§
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for KPPA
impl<'de> Deserialize<'de> for KPPA
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
Source§impl ModbusParam for KPPA
impl ModbusParam for KPPA
impl Copy for KPPA
impl StructuralPartialEq for KPPA
Auto Trait Implementations§
impl Freeze for KPPA
impl RefUnwindSafe for KPPA
impl Send for KPPA
impl Sync for KPPA
impl Unpin for KPPA
impl UnwindSafe for KPPA
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