pub struct VarintTooLargeSnafu;
Expand description
SNAFU context selector for the OrcError::VarintTooLarge
variant
Implementations§
Trait Implementations§
Source§impl Clone for VarintTooLargeSnafu
impl Clone for VarintTooLargeSnafu
Source§fn clone(&self) -> VarintTooLargeSnafu
fn clone(&self) -> VarintTooLargeSnafu
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 VarintTooLargeSnafu
impl Debug for VarintTooLargeSnafu
Source§impl IntoError<OrcError> for VarintTooLargeSnafu
impl IntoError<OrcError> for VarintTooLargeSnafu
impl Copy for VarintTooLargeSnafu
Auto Trait Implementations§
impl Freeze for VarintTooLargeSnafu
impl RefUnwindSafe for VarintTooLargeSnafu
impl Send for VarintTooLargeSnafu
impl Sync for VarintTooLargeSnafu
impl Unpin for VarintTooLargeSnafu
impl UnwindSafe for VarintTooLargeSnafu
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