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