pub struct IoSnafu;
Expand description
SNAFU context selector for the OrcError::IoError
variant
Trait Implementations§
impl Copy for IoSnafu
Auto Trait Implementations§
impl Freeze for IoSnafu
impl RefUnwindSafe for IoSnafu
impl Send for IoSnafu
impl Sync for IoSnafu
impl Unpin for IoSnafu
impl UnwindSafe for IoSnafu
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