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