pub struct InductionSupportRow {
pub relation: String,
pub row_index: u64,
pub row_hash: String,
}Expand description
One source row supporting a generated rule candidate.
Fields§
§relation: StringSupporting relation name.
row_index: u64Row index within the supporting relation.
row_hash: StringStable row hash supplied by the caller or relation loader.
Implementations§
Trait Implementations§
Source§impl Clone for InductionSupportRow
impl Clone for InductionSupportRow
Source§fn clone(&self) -> InductionSupportRow
fn clone(&self) -> InductionSupportRow
Returns a duplicate 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 InductionSupportRow
impl Debug for InductionSupportRow
Source§impl PartialEq for InductionSupportRow
impl PartialEq for InductionSupportRow
impl Eq for InductionSupportRow
impl StructuralPartialEq for InductionSupportRow
Auto Trait Implementations§
impl Freeze for InductionSupportRow
impl RefUnwindSafe for InductionSupportRow
impl Send for InductionSupportRow
impl Sync for InductionSupportRow
impl Unpin for InductionSupportRow
impl UnsafeUnpin for InductionSupportRow
impl UnwindSafe for InductionSupportRow
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> 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