pub struct PacketTooBigError;
Expand description
the size of the packet would have been too large even if the buffer was empty
Trait Implementations§
Source§impl Clone for PacketTooBigError
impl Clone for PacketTooBigError
Source§fn clone(&self) -> PacketTooBigError
fn clone(&self) -> PacketTooBigError
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PacketTooBigError
impl Debug for PacketTooBigError
impl Copy for PacketTooBigError
Auto Trait Implementations§
impl Freeze for PacketTooBigError
impl RefUnwindSafe for PacketTooBigError
impl Send for PacketTooBigError
impl Sync for PacketTooBigError
impl Unpin for PacketTooBigError
impl UnwindSafe for PacketTooBigError
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