Enum o1vm::pickles::column_env::RelationColumnType
source · pub enum RelationColumnType {
Scratch(usize),
ScratchInverse(usize),
LookupState(usize),
InstructionCounter,
Error,
}
Variants§
Trait Implementations§
source§impl Clone for RelationColumnType
impl Clone for RelationColumnType
source§fn clone(&self) -> RelationColumnType
fn clone(&self) -> RelationColumnType
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 ColumnIndexer<RelationColumnType> for ColumnAlias
impl ColumnIndexer<RelationColumnType> for ColumnAlias
source§impl ColumnIndexer<RelationColumnType> for ColumnAlias
impl ColumnIndexer<RelationColumnType> for ColumnAlias
source§impl Debug for RelationColumnType
impl Debug for RelationColumnType
source§impl Hash for RelationColumnType
impl Hash for RelationColumnType
source§impl PartialEq<RelationColumnType> for RelationColumnType
impl PartialEq<RelationColumnType> for RelationColumnType
source§fn eq(&self, other: &RelationColumnType) -> bool
fn eq(&self, other: &RelationColumnType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for RelationColumnType
impl Eq for RelationColumnType
impl StructuralEq for RelationColumnType
impl StructuralPartialEq for RelationColumnType
Auto Trait Implementations§
impl RefUnwindSafe for RelationColumnType
impl Send for RelationColumnType
impl Sync for RelationColumnType
impl Unpin for RelationColumnType
impl UnwindSafe for RelationColumnType
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
§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,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more