Struct tracy_client::SpanLocation
source · pub struct SpanLocation { /* private fields */ }
Expand description
A statically allocated location information for a span.
Construct with the span_location!
macro.
Trait Implementations§
impl Send for SpanLocation
impl Sync for SpanLocation
Auto Trait Implementations§
impl Freeze for SpanLocation
impl RefUnwindSafe for SpanLocation
impl Unpin for SpanLocation
impl UnwindSafe for SpanLocation
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