pub enum FromReadableErr {
BufferErr(EventData),
InvalidOrCorrupt(EventData),
UnsupportedWireType(EventData, u8),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FromReadableErr
impl RefUnwindSafe for FromReadableErr
impl Send for FromReadableErr
impl Sync for FromReadableErr
impl Unpin for FromReadableErr
impl UnwindSafe for FromReadableErr
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