pub struct Dump { /* private fields */ }Available on
tokio_unstable and crate feature taskdump and crate feature rt and Linux and (AArch64 or x86 or x86-64) only.Expand description
A snapshot of a runtime’s state.
See Handle::dump.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Dump
impl RefUnwindSafe for Dump
impl Send for Dump
impl Sync for Dump
impl Unpin for Dump
impl UnwindSafe for Dump
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