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