pub struct IoSnafu<__T0, __T1> {
pub directory: __T0,
pub io_error: __T1,
}
Expand description
SNAFU context selector for the SearchError::Io
variant
Fieldsยง
ยงdirectory: __T0
ยงio_error: __T1
Implementationsยง
Trait Implementationsยง
Sourceยงimpl<__T0, __T1> IntoError<SearchError> for IoSnafu<__T0, __T1>
impl<__T0, __T1> IntoError<SearchError> for IoSnafu<__T0, __T1>
Sourceยงfn into_error(self, error: Self::Source) -> SearchError
fn into_error(self, error: Self::Source) -> SearchError
Combine the information to produce the error
impl<__T0: Copy, __T1: Copy> Copy for IoSnafu<__T0, __T1>
Auto Trait Implementationsยง
impl<__T0, __T1> Freeze for IoSnafu<__T0, __T1>
impl<__T0, __T1> RefUnwindSafe for IoSnafu<__T0, __T1>where
__T0: RefUnwindSafe,
__T1: RefUnwindSafe,
impl<__T0, __T1> Send for IoSnafu<__T0, __T1>
impl<__T0, __T1> Sync for IoSnafu<__T0, __T1>
impl<__T0, __T1> Unpin for IoSnafu<__T0, __T1>
impl<__T0, __T1> UnwindSafe for IoSnafu<__T0, __T1>where
__T0: UnwindSafe,
__T1: UnwindSafe,
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