pub struct ErrQueryBusy;Expand description
Returned when an app key already has an in-flight query.
Trait Implementations§
Source§impl Clone for ErrQueryBusy
impl Clone for ErrQueryBusy
Source§fn clone(&self) -> ErrQueryBusy
fn clone(&self) -> ErrQueryBusy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ErrQueryBusy
Source§impl Debug for ErrQueryBusy
impl Debug for ErrQueryBusy
Source§impl Display for ErrQueryBusy
impl Display for ErrQueryBusy
Source§impl Error for ErrQueryBusy
impl Error for ErrQueryBusy
1.30.0 · Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for ErrQueryBusy
impl RefUnwindSafe for ErrQueryBusy
impl Send for ErrQueryBusy
impl Sync for ErrQueryBusy
impl Unpin for ErrQueryBusy
impl UnsafeUnpin for ErrQueryBusy
impl UnwindSafe for ErrQueryBusy
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