pub struct QueryPair<'a> { /* private fields */ }
Expand description
A key-value pair in the query.
Implementations§
Trait Implementations§
impl<'a> Eq for QueryPair<'a>
impl<'a> StructuralPartialEq for QueryPair<'a>
Auto Trait Implementations§
impl<'a> Freeze for QueryPair<'a>
impl<'a> RefUnwindSafe for QueryPair<'a>
impl<'a> Send for QueryPair<'a>
impl<'a> Sync for QueryPair<'a>
impl<'a> Unpin for QueryPair<'a>
impl<'a> UnwindSafe for QueryPair<'a>
Blanket Implementations§
source§impl<T> AsCleanDebug for Twhere
T: Display,
impl<T> AsCleanDebug for Twhere
T: Display,
source§fn as_clean(&self) -> CleanDebug<'_, Self>where
Self: Display,
fn as_clean(&self) -> CleanDebug<'_, Self>where
Self: Display,
Get a
CleanDebug
for Self. Read moresource§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
§impl<T> ToCompactString for Twhere
T: Display,
impl<T> ToCompactString for Twhere
T: Display,
§fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
fn try_to_compact_string(&self) -> Result<CompactString, ToCompactStringError>
Fallible version of
ToCompactString::to_compact_string()
Read more§fn to_compact_string(&self) -> CompactString
fn to_compact_string(&self) -> CompactString
Converts the given value to a
CompactString
. Read more