Struct kimchi_msm::proof::ProofCommitments
source · pub struct ProofCommitments<const N_WIT: usize, G: KimchiCurve, ID: LookupTableID> { /* private fields */ }
Trait Implementations§
source§impl<const N_WIT: usize, G: Clone + KimchiCurve, ID: Clone + LookupTableID> Clone for ProofCommitments<N_WIT, G, ID>
impl<const N_WIT: usize, G: Clone + KimchiCurve, ID: Clone + LookupTableID> Clone for ProofCommitments<N_WIT, G, ID>
source§fn clone(&self) -> ProofCommitments<N_WIT, G, ID>
fn clone(&self) -> ProofCommitments<N_WIT, G, ID>
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<const N_WIT: usize, G: Debug + KimchiCurve, ID: Debug + LookupTableID> Debug for ProofCommitments<N_WIT, G, ID>
impl<const N_WIT: usize, G: Debug + KimchiCurve, ID: Debug + LookupTableID> Debug for ProofCommitments<N_WIT, G, ID>
Auto Trait Implementations§
impl<const N_WIT: usize, G, ID> RefUnwindSafe for ProofCommitments<N_WIT, G, ID>where G: RefUnwindSafe, ID: RefUnwindSafe,
impl<const N_WIT: usize, G, ID> Send for ProofCommitments<N_WIT, G, ID>
impl<const N_WIT: usize, G, ID> Sync for ProofCommitments<N_WIT, G, ID>
impl<const N_WIT: usize, G, ID> Unpin for ProofCommitments<N_WIT, G, ID>where G: Unpin,
impl<const N_WIT: usize, G, ID> UnwindSafe for ProofCommitments<N_WIT, G, ID>where G: UnwindSafe + RefUnwindSafe, ID: RefUnwindSafe,
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