pub enum ReadingError {
Reading,
Decode,
}Variants§
Reading
Error returned when the server fails to read data from the client.
Decode
Error returned when the readed packet fails to be decoded
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ReadingError
impl RefUnwindSafe for ReadingError
impl Send for ReadingError
impl Sync for ReadingError
impl Unpin for ReadingError
impl UnwindSafe for ReadingError
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