Struct common_types::ids::TraceId  
source · [−]pub struct TraceId {
    pub transaction: TransactionId,
    pub address: Vec<usize>,
}Expand description
Uniquely identifies Trace.
Fields
transaction: TransactionIdTransaction
address: Vec<usize>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