Enum core_lib::events::EventError
source · [−]pub enum EventError {
Invalid,
PayloadSerialization,
Internal,
}
Variants
Invalid
PayloadSerialization
Internal
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for EventError
impl Send for EventError
impl Sync for EventError
impl Unpin for EventError
impl UnwindSafe for EventError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more