pub struct BatchTypeParseError { /* private fields */ }
Trait Implementations§
Source§impl From<BatchTypeParseError> for ParseError
impl From<BatchTypeParseError> for ParseError
Source§fn from(err: BatchTypeParseError) -> Self
fn from(err: BatchTypeParseError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for BatchTypeParseError
impl RefUnwindSafe for BatchTypeParseError
impl Send for BatchTypeParseError
impl Sync for BatchTypeParseError
impl Unpin for BatchTypeParseError
impl UnwindSafe for BatchTypeParseError
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