pub struct MatchAllQuery {}Expand description
MatchAllQuery The match all query.
Implementations§
Source§impl MatchAllQuery
impl MatchAllQuery
Sourcepub fn new() -> MatchAllQuery
pub fn new() -> MatchAllQuery
The match all query.
Trait Implementations§
Source§impl Clone for MatchAllQuery
impl Clone for MatchAllQuery
Source§fn clone(&self) -> MatchAllQuery
fn clone(&self) -> MatchAllQuery
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 MatchAllQuery
impl Debug for MatchAllQuery
Source§impl Default for MatchAllQuery
impl Default for MatchAllQuery
Source§fn default() -> MatchAllQuery
fn default() -> MatchAllQuery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MatchAllQuery
impl<'de> Deserialize<'de> for MatchAllQuery
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 PartialEq for MatchAllQuery
impl PartialEq for MatchAllQuery
Source§fn eq(&self, other: &MatchAllQuery) -> bool
fn eq(&self, other: &MatchAllQuery) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MatchAllQuery
impl Serialize for MatchAllQuery
impl StructuralPartialEq for MatchAllQuery
Auto Trait Implementations§
impl Freeze for MatchAllQuery
impl RefUnwindSafe for MatchAllQuery
impl Send for MatchAllQuery
impl Sync for MatchAllQuery
impl Unpin for MatchAllQuery
impl UnsafeUnpin for MatchAllQuery
impl UnwindSafe for MatchAllQuery
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