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