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