pub struct NotEnoughBytesError { /* private fields */ }
Expand description
Error indicating that there are not enough bytes in the buffer to perform an operation.
Implementations§
Trait Implementations§
Source§impl Clone for NotEnoughBytesError
impl Clone for NotEnoughBytesError
Source§fn clone(&self) -> NotEnoughBytesError
fn clone(&self) -> NotEnoughBytesError
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 NotEnoughBytesError
impl Debug for NotEnoughBytesError
Source§impl Display for NotEnoughBytesError
impl Display for NotEnoughBytesError
Source§impl PartialEq for NotEnoughBytesError
impl PartialEq for NotEnoughBytesError
impl Copy for NotEnoughBytesError
impl Eq for NotEnoughBytesError
impl StructuralPartialEq for NotEnoughBytesError
Auto Trait Implementations§
impl Freeze for NotEnoughBytesError
impl RefUnwindSafe for NotEnoughBytesError
impl Send for NotEnoughBytesError
impl Sync for NotEnoughBytesError
impl Unpin for NotEnoughBytesError
impl UnwindSafe for NotEnoughBytesError
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