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