pub struct Diff<F: PrimeField> {
pub chunks: Vec<Vec<(usize, F)>>,
pub new_byte_len: usize,
}
Fields§
§chunks: Vec<Vec<(usize, F)>>
§new_byte_len: usize
Implementations§
Trait Implementations§
source§impl<F: PartialEq + PrimeField> PartialEq<Diff<F>> for Diff<F>
impl<F: PartialEq + PrimeField> PartialEq<Diff<F>> for Diff<F>
impl<F: PrimeField> StructuralPartialEq for Diff<F>
Auto Trait Implementations§
impl<F> RefUnwindSafe for Diff<F>where F: RefUnwindSafe,
impl<F> Send for Diff<F>
impl<F> Sync for Diff<F>
impl<F> Unpin for Diff<F>where F: Unpin,
impl<F> UnwindSafe for Diff<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