pub enum EventKind {
BuiltIn,
Custom(EventConversion),
}Expand description
An enum that does nothing for built in types but contains the conversion method for custom events
Variants§
BuiltIn
Custom(EventConversion)
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EventKind
impl !RefUnwindSafe for EventKind
impl Send for EventKind
impl !Sync for EventKind
impl Unpin for EventKind
impl !UnwindSafe for EventKind
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