pub enum EventResult {
Unhandled,
Handled,
Exit,
}Expand description
Result for the event function
Variants§
Trait Implementations§
Source§impl Default for EventResult
impl Default for EventResult
Source§fn default() -> EventResult
fn default() -> EventResult
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EventResult
impl RefUnwindSafe for EventResult
impl Send for EventResult
impl Sync for EventResult
impl Unpin for EventResult
impl UnwindSafe for EventResult
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