pub struct TransactionReturn {
pub value: Value,
}Fields§
§value: ValueTrait Implementations§
Source§impl Debug for TransactionReturn
impl Debug for TransactionReturn
Auto Trait Implementations§
impl Freeze for TransactionReturn
impl RefUnwindSafe for TransactionReturn
impl Send for TransactionReturn
impl Sync for TransactionReturn
impl Unpin for TransactionReturn
impl UnwindSafe for TransactionReturn
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