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