Enum query_structure::prelude::ScalarFieldId
source · pub enum ScalarFieldId {
InModel(ScalarFieldId),
InCompositeType((CompositeTypeId, FieldId)),
}
Variants§
InModel(ScalarFieldId)
InCompositeType((CompositeTypeId, FieldId))
Trait Implementations§
source§impl Clone for ScalarFieldId
impl Clone for ScalarFieldId
source§fn clone(&self) -> ScalarFieldId
fn clone(&self) -> ScalarFieldId
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 ScalarFieldId
impl Debug for ScalarFieldId
source§impl Hash for ScalarFieldId
impl Hash for ScalarFieldId
source§impl PartialEq for ScalarFieldId
impl PartialEq for ScalarFieldId
source§fn eq(&self, other: &ScalarFieldId) -> bool
fn eq(&self, other: &ScalarFieldId) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ScalarFieldId
impl Eq for ScalarFieldId
impl StructuralEq for ScalarFieldId
impl StructuralPartialEq for ScalarFieldId
Auto Trait Implementations§
impl RefUnwindSafe for ScalarFieldId
impl Send for ScalarFieldId
impl Sync for ScalarFieldId
impl Unpin for ScalarFieldId
impl UnwindSafe for ScalarFieldId
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.