pub enum OpLoad {
INPUT_VS_USER,
INPUT_VS_INPUT,
}Expand description
Enum to determine whether a comparator OpCode is comparing input to datatable or input to input
Variants§
Trait Implementations§
impl Copy for OpLoad
impl StructuralPartialEq for OpLoad
Auto Trait Implementations§
impl Freeze for OpLoad
impl RefUnwindSafe for OpLoad
impl Send for OpLoad
impl Sync for OpLoad
impl Unpin for OpLoad
impl UnwindSafe for OpLoad
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