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 duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for EmptyFileSnafu
Source§impl Debug for EmptyFileSnafu
impl Debug 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 UnsafeUnpin for EmptyFileSnafu
impl UnwindSafe for EmptyFileSnafu
Blanket Implementations§
impl<T> Allocation for T
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