pub enum PacketEncodingError {
NotEnoughBuffer,
Custom,
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PacketEncodingError
impl RefUnwindSafe for PacketEncodingError
impl Send for PacketEncodingError
impl Sync for PacketEncodingError
impl Unpin for PacketEncodingError
impl UnwindSafe for PacketEncodingError
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