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