pub enum RelationLoadStrategy {
Join,
Query,
}
Variants§
Implementations§
Trait Implementations§
source§impl Clone for RelationLoadStrategy
impl Clone for RelationLoadStrategy
source§fn clone(&self) -> RelationLoadStrategy
fn clone(&self) -> RelationLoadStrategy
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 RelationLoadStrategy
impl Debug for RelationLoadStrategy
source§impl Hash for RelationLoadStrategy
impl Hash for RelationLoadStrategy
source§impl PartialEq for RelationLoadStrategy
impl PartialEq for RelationLoadStrategy
source§fn eq(&self, other: &RelationLoadStrategy) -> bool
fn eq(&self, other: &RelationLoadStrategy) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RelationLoadStrategy
impl Eq for RelationLoadStrategy
impl StructuralEq for RelationLoadStrategy
impl StructuralPartialEq for RelationLoadStrategy
Auto Trait Implementations§
impl RefUnwindSafe for RelationLoadStrategy
impl Send for RelationLoadStrategy
impl Sync for RelationLoadStrategy
impl Unpin for RelationLoadStrategy
impl UnwindSafe for RelationLoadStrategy
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> CallHasher for Twhere
T: Hash + ?Sized,
impl<T> CallHasher for Twhere T: Hash + ?Sized,
source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.