pub struct TransactionFailed;Expand description
Opaque transaction failure.
Trait Implementations§
Source§impl Debug for TransactionFailed
impl Debug for TransactionFailed
Auto Trait Implementations§
impl Freeze for TransactionFailed
impl RefUnwindSafe for TransactionFailed
impl Send for TransactionFailed
impl Sync for TransactionFailed
impl Unpin for TransactionFailed
impl UnsafeUnpin for TransactionFailed
impl UnwindSafe for TransactionFailed
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