Enum kimchi::circuits::polynomials::foreign_field_add::witness::FFOps
source · pub enum FFOps {
Add,
Sub,
}
Expand description
All foreign field operations allowed
Variants§
Implementations§
Trait Implementations§
source§impl PartialEq<FFOps> for FFOps
impl PartialEq<FFOps> for FFOps
impl Copy for FFOps
impl Eq for FFOps
impl StructuralEq for FFOps
impl StructuralPartialEq for FFOps
Auto Trait Implementations§
impl RefUnwindSafe for FFOps
impl Send for FFOps
impl Sync for FFOps
impl Unpin for FFOps
impl UnwindSafe for FFOps
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