pub struct EmptyQuery;
Expand description
Expected when you try to execute an empty query
Trait Implementations§
Source§impl Clone for EmptyQuery
impl Clone for EmptyQuery
Source§fn clone(&self) -> EmptyQuery
fn clone(&self) -> EmptyQuery
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for EmptyQuery
impl Debug for EmptyQuery
Source§impl Display for EmptyQuery
impl Display for EmptyQuery
Source§impl Error for EmptyQuery
impl Error for EmptyQuery
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()
impl Copy for EmptyQuery
Auto Trait Implementations§
impl Freeze for EmptyQuery
impl RefUnwindSafe for EmptyQuery
impl Send for EmptyQuery
impl Sync for EmptyQuery
impl Unpin for EmptyQuery
impl UnwindSafe for EmptyQuery
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