enum FormatError {
Format(Error),
Arrow(ArrowError),
}
Expand description
Either an [ArrowError
] or std::fmt::Error
Variants§
Trait Implementations§
Source§impl From<ArrowError> for FormatError
impl From<ArrowError> for FormatError
Auto Trait Implementations§
impl Freeze for FormatError
impl !RefUnwindSafe for FormatError
impl Send for FormatError
impl Sync for FormatError
impl Unpin for FormatError
impl !UnwindSafe for FormatError
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