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 duplicate 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> Freeze for ProofCommitments<N_WIT, G, ID>
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>
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