pub struct HostRelation {
pub rows: Vec<Vec<u64>>,
}Expand description
One candidate relation’s facts as host rows; row length is the arity.
Fields§
§rows: Vec<Vec<u64>>Trait Implementations§
Source§impl Clone for HostRelation
impl Clone for HostRelation
Source§fn clone(&self) -> HostRelation
fn clone(&self) -> HostRelation
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 moreSource§impl Debug for HostRelation
impl Debug for HostRelation
impl Eq for HostRelation
Source§impl PartialEq for HostRelation
impl PartialEq for HostRelation
Source§fn eq(&self, other: &HostRelation) -> bool
fn eq(&self, other: &HostRelation) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for HostRelation
Auto Trait Implementations§
impl Freeze for HostRelation
impl RefUnwindSafe for HostRelation
impl Send for HostRelation
impl Sync for HostRelation
impl Unpin for HostRelation
impl UnsafeUnpin for HostRelation
impl UnwindSafe for HostRelation
Blanket Implementations§
impl<T> Allocation for T
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