pub struct TxnId(pub u64);Expand description
A transaction’s ticket. Assigned by the sequencer, carried in the envelope, and echoed on the response so a sequence gets the answer to the question it asked.
Tuple Fields§
§0: u64Trait Implementations§
impl Copy for TxnId
impl Eq for TxnId
impl StructuralPartialEq for TxnId
Auto Trait Implementations§
impl Freeze for TxnId
impl RefUnwindSafe for TxnId
impl Send for TxnId
impl Sync for TxnId
impl Unpin for TxnId
impl UnsafeUnpin for TxnId
impl UnwindSafe for TxnId
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