pub struct TxContext { /* private fields */ }Expand description
TX context structure.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TxContext
impl RefUnwindSafe for TxContext
impl Send for TxContext
impl !Sync for TxContext
impl Unpin for TxContext
impl UnwindSafe for TxContext
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