pub struct LocalTx { /* private fields */ }
Expand description
Tx Helper type
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LocalTx
impl !RefUnwindSafe for LocalTx
impl Send for LocalTx
impl Sync for LocalTx
impl Unpin for LocalTx
impl !UnwindSafe for LocalTx
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