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