pub struct EmptyQuery {}
Trait Implementations§
Source§impl Clone for EmptyQuery
impl Clone for EmptyQuery
Source§fn clone(&self) -> EmptyQuery
fn clone(&self) -> EmptyQuery
Returns a duplicate 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 Default for EmptyQuery
impl Default for EmptyQuery
Source§fn default() -> EmptyQuery
fn default() -> EmptyQuery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EmptyQuery
impl<'de> Deserialize<'de> for EmptyQuery
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Serialize for EmptyQuery
impl Serialize for EmptyQuery
impl Copy for EmptyQuery
impl Query 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