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