pub struct QueryFailed {
raw: String,
code: String,
line: usize,
position: usize,
message: String,
file: String,
}Expand description
The error type for failed query execution.
Fields§
§raw: String§code: String§line: usize§position: usize§message: String§file: StringImplementations§
Source§impl QueryFailed
impl QueryFailed
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QueryFailed
impl RefUnwindSafe for QueryFailed
impl Send for QueryFailed
impl Sync for QueryFailed
impl Unpin for QueryFailed
impl UnwindSafe for QueryFailed
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