pub struct TxnDebugSnapshot {
pub active: Vec<TxnDebugEntry>,
pub oldest_active: Option<TransactionId>,
pub next_txn_id: TransactionId,
}Fields§
§active: Vec<TxnDebugEntry>§oldest_active: Option<TransactionId>§next_txn_id: TransactionIdTrait Implementations§
Source§impl Clone for TxnDebugSnapshot
impl Clone for TxnDebugSnapshot
Source§fn clone(&self) -> TxnDebugSnapshot
fn clone(&self) -> TxnDebugSnapshot
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TxnDebugSnapshot
impl Debug for TxnDebugSnapshot
Auto Trait Implementations§
impl Freeze for TxnDebugSnapshot
impl RefUnwindSafe for TxnDebugSnapshot
impl Send for TxnDebugSnapshot
impl Sync for TxnDebugSnapshot
impl Unpin for TxnDebugSnapshot
impl UnsafeUnpin for TxnDebugSnapshot
impl UnwindSafe for TxnDebugSnapshot
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