Struct test_realm_helpers::tracing::Tracing
source · pub struct Tracing { /* private fields */ }
Expand description
An RAII-style struct that initializes tracing in the test realm on creation via
Tracing::create_and_initialize_tracing
and collects and writes the trace when the
struct is dropped.
The idea is that we can add this to different structs that represent different topologies and
get tracing.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Tracing
impl !RefUnwindSafe for Tracing
impl Send for Tracing
impl Sync for Tracing
impl Unpin for Tracing
impl !UnwindSafe for Tracing
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