Enum uhppote_rs::EventType
source · [−]pub enum EventType {
None,
Swipe,
Door,
Alarm,
Overwritten,
}
Variants
None
Swipe
Door
Alarm
Overwritten
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EventType
impl Send for EventType
impl Sync for EventType
impl Unpin for EventType
impl UnwindSafe for EventType
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