pub enum HandleEventException {
WrongState,
}
Expand description
Describes an exceptional result when attempting to handle an event.
Currently the only exception is the ‘WrongState
’ exception.
Variants§
WrongState
Trait Implementations§
Source§impl Debug for HandleEventException
impl Debug for HandleEventException
Source§impl PartialEq for HandleEventException
impl PartialEq for HandleEventException
impl Eq for HandleEventException
impl StructuralPartialEq for HandleEventException
Auto Trait Implementations§
impl Freeze for HandleEventException
impl RefUnwindSafe for HandleEventException
impl Send for HandleEventException
impl Sync for HandleEventException
impl Unpin for HandleEventException
impl UnwindSafe for HandleEventException
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