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