pub struct NotEnoughData;Expand description
A generic error indicating that the message did not contain enough data to constitute a valid response.
Trait Implementations§
Source§impl Clone for NotEnoughData
impl Clone for NotEnoughData
Source§fn clone(&self) -> NotEnoughData
fn clone(&self) -> NotEnoughData
Returns a duplicate 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 NotEnoughData
impl Debug for NotEnoughData
Source§impl PartialEq for NotEnoughData
impl PartialEq for NotEnoughData
impl Copy for NotEnoughData
impl StructuralPartialEq for NotEnoughData
Auto Trait Implementations§
impl Freeze for NotEnoughData
impl RefUnwindSafe for NotEnoughData
impl Send for NotEnoughData
impl Sync for NotEnoughData
impl Unpin for NotEnoughData
impl UnwindSafe for NotEnoughData
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