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