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