pub struct TransactionNew;Trait Implementations§
Source§impl TransactionStage for TransactionNew
impl TransactionStage for TransactionNew
Auto Trait Implementations§
impl Freeze for TransactionNew
impl RefUnwindSafe for TransactionNew
impl Send for TransactionNew
impl Sync for TransactionNew
impl Unpin for TransactionNew
impl UnsafeUnpin for TransactionNew
impl UnwindSafe for TransactionNew
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