Struct o1vm::pickles::lookup_columns::Eval
source · pub struct Eval<F: PrimeField> {
pub zeta: AllColumns<F>,
pub zeta_omega: AllColumns<F>,
}
Fields§
§zeta: AllColumns<F>
§zeta_omega: AllColumns<F>
Trait Implementations§
source§impl<F: PrimeField> IntoIterator for Eval<F>
impl<F: PrimeField> IntoIterator for Eval<F>
§type IntoIter = Chain<<AllColumns<F> as IntoIterator>::IntoIter, <AllColumns<F> as IntoIterator>::IntoIter>
type IntoIter = Chain<<AllColumns<F> as IntoIterator>::IntoIter, <AllColumns<F> as IntoIterator>::IntoIter>
Which kind of iterator are we turning this into?
Auto Trait Implementations§
impl<F> RefUnwindSafe for Eval<F>where F: RefUnwindSafe,
impl<F> Send for Eval<F>
impl<F> Sync for Eval<F>
impl<F> Unpin for Eval<F>where F: Unpin,
impl<F> UnwindSafe for Eval<F>where F: UnwindSafe,
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