Enum uhppote_rs::EventReason
source · [−]pub enum EventReason {
Show 32 variants
None,
Swipe,
Denied,
NoAccessRights,
IncorrectPassword,
AntiPassback,
MoreCards,
FirstCardOpen,
DoorIsNormallyClosed,
Interlock,
NotInAllowedTimePeriod,
InvalidTimeZone,
AccessDenied,
PushButtonOk,
DoorOpen,
DoorClosed,
DoorOpenedSupervisorPassword,
ControllerPowerOn,
ControllerReset,
PushbuttonInvalidDoorLocked,
PushbuttonInvalidDoorOffline,
PushbuttonInvalidDoorInterlock,
PushbuttonInvalidDoorThreat,
DoorOpenTooLong,
ForcedOpen,
Fire,
ForcedClosed,
TheftPrevention,
TwentyFourSevenZone,
Emergency,
RemoteOpenDoor,
RemoteOpenDoorUsbReader,
}
Variants
None
Swipe
Denied
NoAccessRights
IncorrectPassword
AntiPassback
MoreCards
FirstCardOpen
DoorIsNormallyClosed
Interlock
NotInAllowedTimePeriod
InvalidTimeZone
AccessDenied
PushButtonOk
DoorOpen
DoorClosed
DoorOpenedSupervisorPassword
ControllerPowerOn
ControllerReset
PushbuttonInvalidDoorLocked
PushbuttonInvalidDoorOffline
PushbuttonInvalidDoorInterlock
PushbuttonInvalidDoorThreat
DoorOpenTooLong
ForcedOpen
Fire
ForcedClosed
TheftPrevention
TwentyFourSevenZone
Emergency
RemoteOpenDoor
RemoteOpenDoorUsbReader
Trait Implementations
sourceimpl Debug for EventReason
impl Debug for EventReason
sourceimpl From<u8> for EventReason
impl From<u8> for EventReason
sourcefn from(reason: u8) -> EventReason
fn from(reason: u8) -> EventReason
Converts to this type from the input type.
Auto Trait Implementations
impl RefUnwindSafe for EventReason
impl Send for EventReason
impl Sync for EventReason
impl Unpin for EventReason
impl UnwindSafe for EventReason
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more