pub struct TraceId {
pub transaction: TransactionId,
pub address: Vec<usize, Global>,
}
Expand description
Uniquely identifies Trace.
Fields
transaction: TransactionId
Transaction
address: Vec<usize, Global>
Trace address within transaction.
Auto Trait Implementations
impl RefUnwindSafe for TraceId
impl Send for TraceId
impl Sync for TraceId
impl Unpin for TraceId
impl UnwindSafe for TraceId
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more