pub struct RuntimeApiProbe;Implementations§
Source§impl RuntimeApiProbe
impl RuntimeApiProbe
pub fn reset()
pub fn dump_to_stderr_once(_label: &str)
Auto Trait Implementations§
impl Freeze for RuntimeApiProbe
impl RefUnwindSafe for RuntimeApiProbe
impl Send for RuntimeApiProbe
impl Sync for RuntimeApiProbe
impl Unpin for RuntimeApiProbe
impl UnsafeUnpin for RuntimeApiProbe
impl UnwindSafe for RuntimeApiProbe
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