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