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