pub struct TransactionStatusWithMessage { /* private fields */ }Expand description
Transaction status.
since 0.2.0
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TransactionStatusWithMessage
impl RefUnwindSafe for TransactionStatusWithMessage
impl Send for TransactionStatusWithMessage
impl Sync for TransactionStatusWithMessage
impl Unpin for TransactionStatusWithMessage
impl UnwindSafe for TransactionStatusWithMessage
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