pub struct IoSnafu;
Expand description
SNAFU context selector for the Error::IoError
variant
Trait Implementations§
impl Copy for IoSnafu
Auto Trait Implementations§
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