pub enum EventInvocationError {
EventDropped,
}
Variants§
EventDropped
The event was dropped.
Trait Implementations§
Source§impl Debug for EventInvocationError
impl Debug for EventInvocationError
Source§impl Display for EventInvocationError
impl Display for EventInvocationError
Source§impl Error for EventInvocationError
impl Error for EventInvocationError
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
Source§impl PartialEq for EventInvocationError
impl PartialEq for EventInvocationError
impl StructuralPartialEq for EventInvocationError
Auto Trait Implementations§
impl Freeze for EventInvocationError
impl RefUnwindSafe for EventInvocationError
impl Send for EventInvocationError
impl Sync for EventInvocationError
impl Unpin for EventInvocationError
impl UnwindSafe for EventInvocationError
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