#[repr(u8)]pub enum TaskID {
Show 13 variants
ControlDoor = 1,
UnlockDoor = 2,
LockDoor = 3,
DisableTimeProfile = 4,
EnableTimeProfile = 5,
EnableCardNoPassword = 6,
EnableCardWithInPassword = 7,
EnableCardWithPassword = 8,
EnableMoreCards = 9,
DisableMoreCards = 10,
TriggerOnce = 11,
DisablePushButton = 12,
EnablePushButton = 13,
}
Variants§
ControlDoor = 1
UnlockDoor = 2
LockDoor = 3
DisableTimeProfile = 4
EnableTimeProfile = 5
EnableCardNoPassword = 6
EnableCardWithInPassword = 7
EnableCardWithPassword = 8
EnableMoreCards = 9
DisableMoreCards = 10
TriggerOnce = 11
DisablePushButton = 12
EnablePushButton = 13
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TaskID
impl RefUnwindSafe for TaskID
impl Send for TaskID
impl Sync for TaskID
impl Unpin for TaskID
impl UnwindSafe for TaskID
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