pub struct RuntimeSnafu;
Expand description
SNAFU context selector for the Error::RuntimeError
variant
Implementations§
Trait Implementations§
Source§impl Clone for RuntimeSnafu
impl Clone for RuntimeSnafu
Source§fn clone(&self) -> RuntimeSnafu
fn clone(&self) -> RuntimeSnafu
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for RuntimeSnafu
impl Debug for RuntimeSnafu
Source§impl IntoError<Error> for RuntimeSnafu
impl IntoError<Error> for RuntimeSnafu
impl Copy for RuntimeSnafu
Auto Trait Implementations§
impl Freeze for RuntimeSnafu
impl RefUnwindSafe for RuntimeSnafu
impl Send for RuntimeSnafu
impl Sync for RuntimeSnafu
impl Unpin for RuntimeSnafu
impl UnwindSafe for RuntimeSnafu
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