pub struct CannotConsume { /* private fields */ }
Expand description
This describes an error when there has been some run-time issue in attempting to consume records.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CannotConsume
impl Send for CannotConsume
impl Sync for CannotConsume
impl Unpin for CannotConsume
impl UnwindSafe for CannotConsume
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