Struct mssf_core::runtime::store_proxy::TransactionProxy
source · pub struct TransactionProxy { /* private fields */ }
Implementations§
Auto Trait Implementations§
impl Freeze for TransactionProxy
impl RefUnwindSafe for TransactionProxy
impl Send for TransactionProxy
impl Sync for TransactionProxy
impl Unpin for TransactionProxy
impl UnwindSafe for TransactionProxy
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