pub struct PacketDecodeError;Expand description
Error returned when a packet cannot be decoded from Packet::decode.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PacketDecodeError
impl RefUnwindSafe for PacketDecodeError
impl Send for PacketDecodeError
impl Sync for PacketDecodeError
impl Unpin for PacketDecodeError
impl UnwindSafe for PacketDecodeError
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