pub enum ErrorSavingFailedBatchEntries {
SerdeJsonError(Error),
IoError(Error),
}Variants§
Trait Implementations§
Source§impl From<Error> for ErrorSavingFailedBatchEntries
impl From<Error> for ErrorSavingFailedBatchEntries
Source§fn from(x: Error) -> ErrorSavingFailedBatchEntries
fn from(x: Error) -> ErrorSavingFailedBatchEntries
Converts to this type from the input type.
Source§impl From<Error> for ErrorSavingFailedBatchEntries
impl From<Error> for ErrorSavingFailedBatchEntries
Source§fn from(x: Error) -> ErrorSavingFailedBatchEntries
fn from(x: Error) -> ErrorSavingFailedBatchEntries
Converts to this type from the input type.
Source§impl From<ErrorSavingFailedBatchEntries> for BatchOutputProcessingError
impl From<ErrorSavingFailedBatchEntries> for BatchOutputProcessingError
Source§fn from(x: ErrorSavingFailedBatchEntries) -> BatchOutputProcessingError
fn from(x: ErrorSavingFailedBatchEntries) -> BatchOutputProcessingError
Converts to this type from the input type.
Source§impl From<ErrorSavingFailedBatchEntries> for BatchReconciliationError
impl From<ErrorSavingFailedBatchEntries> for BatchReconciliationError
Source§fn from(x: ErrorSavingFailedBatchEntries) -> BatchReconciliationError
fn from(x: ErrorSavingFailedBatchEntries) -> BatchReconciliationError
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ErrorSavingFailedBatchEntries
impl !RefUnwindSafe for ErrorSavingFailedBatchEntries
impl Send for ErrorSavingFailedBatchEntries
impl Sync for ErrorSavingFailedBatchEntries
impl Unpin for ErrorSavingFailedBatchEntries
impl !UnwindSafe for ErrorSavingFailedBatchEntries
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