pub enum EventType {
REGISTER,
UPDATED,
DELETED,
IGNORED,
OFFLINE,
}Expand description
The enum Event type.
Variants§
REGISTER
Register event type.
UPDATED
Updated event type.
DELETED
Deleted event type.
IGNORED
Ignored event type.
OFFLINE
Offline event type.
Trait Implementations§
impl Copy for EventType
Auto Trait Implementations§
impl Freeze for EventType
impl RefUnwindSafe for EventType
impl Send for EventType
impl Sync for EventType
impl Unpin for EventType
impl UnwindSafe for EventType
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