pub enum ReferenceTargetKey {
PrimaryKey,
UniqueNotNull,
}Expand description
Proof used by navigation planning for one eligible reference target.
Variants§
Trait Implementations§
Source§impl Clone for ReferenceTargetKey
impl Clone for ReferenceTargetKey
Source§fn clone(&self) -> ReferenceTargetKey
fn clone(&self) -> ReferenceTargetKey
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ReferenceTargetKey
Source§impl Debug for ReferenceTargetKey
impl Debug for ReferenceTargetKey
impl Eq for ReferenceTargetKey
Source§impl PartialEq for ReferenceTargetKey
impl PartialEq for ReferenceTargetKey
impl StructuralPartialEq for ReferenceTargetKey
Auto Trait Implementations§
impl Freeze for ReferenceTargetKey
impl RefUnwindSafe for ReferenceTargetKey
impl Send for ReferenceTargetKey
impl Sync for ReferenceTargetKey
impl Unpin for ReferenceTargetKey
impl UnsafeUnpin for ReferenceTargetKey
impl UnwindSafe for ReferenceTargetKey
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