pub struct QueryErr(pub String, pub bool);
Tuple Fields§
§0: String
§1: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QueryErr
impl RefUnwindSafe for QueryErr
impl Send for QueryErr
impl Sync for QueryErr
impl Unpin for QueryErr
impl UnwindSafe for QueryErr
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