pub struct SingleLatestPerKeyQuery {}
Expand description
Query that only returns the latest entry for a key which has entries from multiple authors.
Trait Implementations§
Source§impl Clone for SingleLatestPerKeyQuery
impl Clone for SingleLatestPerKeyQuery
Source§fn clone(&self) -> SingleLatestPerKeyQuery
fn clone(&self) -> SingleLatestPerKeyQuery
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 SingleLatestPerKeyQuery
impl Debug for SingleLatestPerKeyQuery
Source§impl Default for SingleLatestPerKeyQuery
impl Default for SingleLatestPerKeyQuery
Source§fn default() -> SingleLatestPerKeyQuery
fn default() -> SingleLatestPerKeyQuery
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SingleLatestPerKeyQuery
impl<'de> Deserialize<'de> for SingleLatestPerKeyQuery
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
Auto Trait Implementations§
impl Freeze for SingleLatestPerKeyQuery
impl RefUnwindSafe for SingleLatestPerKeyQuery
impl Send for SingleLatestPerKeyQuery
impl Sync for SingleLatestPerKeyQuery
impl Unpin for SingleLatestPerKeyQuery
impl UnwindSafe for SingleLatestPerKeyQuery
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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