pub struct ConvertRecordBatchSnafu;
Expand description
SNAFU context selector for the OrcError::ConvertRecordBatch
variant
Trait Implementations§
Source§impl Clone for ConvertRecordBatchSnafu
impl Clone for ConvertRecordBatchSnafu
Source§fn clone(&self) -> ConvertRecordBatchSnafu
fn clone(&self) -> ConvertRecordBatchSnafu
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ConvertRecordBatchSnafu
impl Debug for ConvertRecordBatchSnafu
Source§impl IntoError<OrcError> for ConvertRecordBatchSnafu
impl IntoError<OrcError> for ConvertRecordBatchSnafu
Source§type Source = ArrowError
type Source = ArrowError
The underlying error
Source§fn into_error(self, error: Self::Source) -> OrcError
fn into_error(self, error: Self::Source) -> OrcError
Combine the information to produce the error
impl Copy for ConvertRecordBatchSnafu
Auto Trait Implementations§
impl Freeze for ConvertRecordBatchSnafu
impl RefUnwindSafe for ConvertRecordBatchSnafu
impl Send for ConvertRecordBatchSnafu
impl Sync for ConvertRecordBatchSnafu
impl Unpin for ConvertRecordBatchSnafu
impl UnwindSafe for ConvertRecordBatchSnafu
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