pub enum EventResult {
Ok,
Remove,
SwapHandler(Box<dyn GenEventHandler>, OwnedTerm),
}Variants§
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