Enum ross_protocol::event::EventError
source · [−]pub enum EventError {
WrongEventType,
}Variants
WrongEventType
The provided packet was of a wrong event type
Trait Implementations
sourceimpl Debug for EventError
impl Debug for EventError
sourceimpl PartialEq<EventError> for EventError
impl PartialEq<EventError> for EventError
impl StructuralPartialEq for EventError
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