pub(crate) struct DynQuerySet(Arc<dyn QuerySetInterface>);
Available on
custom
only.Tuple Fields§
§0: Arc<dyn QuerySetInterface>
Implementations§
Source§impl DynQuerySet
impl DynQuerySet
pub(crate) fn new<T: QuerySetInterface>(t: T) -> Self
Trait Implementations§
Source§impl Clone for DynQuerySet
impl Clone for DynQuerySet
Source§fn clone(&self) -> DynQuerySet
fn clone(&self) -> DynQuerySet
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 DynQuerySet
impl Debug for DynQuerySet
Source§impl Deref for DynQuerySet
impl Deref for DynQuerySet
Source§impl Hash for DynQuerySet
impl Hash for DynQuerySet
Source§impl Ord for DynQuerySet
impl Ord for DynQuerySet
Source§impl PartialEq for DynQuerySet
impl PartialEq for DynQuerySet
Source§impl PartialOrd for DynQuerySet
impl PartialOrd for DynQuerySet
impl Eq for DynQuerySet
Auto Trait Implementations§
impl Freeze for DynQuerySet
impl !RefUnwindSafe for DynQuerySet
impl Send for DynQuerySet
impl Sync for DynQuerySet
impl Unpin for DynQuerySet
impl !UnwindSafe for DynQuerySet
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.