#[non_exhaustive]pub struct MatchAllQuery {}Implementations§
Source§impl MatchAllQuery
impl MatchAllQuery
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 · 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 PartialEq for MatchAllQuery
impl PartialEq for MatchAllQuery
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