pub struct SignatureProofCommitments<'a, R: RngInstance> { /* private fields */ }Trait Implementations§
Source§impl<'a, R: RngInstance> ProofCommitments for SignatureProofCommitments<'a, R>
impl<'a, R: RngInstance> ProofCommitments for SignatureProofCommitments<'a, R>
fn commit(&self, hasher: &mut ProofHasher)
Auto Trait Implementations§
impl<'a, R> Freeze for SignatureProofCommitments<'a, R>
impl<'a, R> RefUnwindSafe for SignatureProofCommitments<'a, R>where
R: RefUnwindSafe,
impl<'a, R> Send for SignatureProofCommitments<'a, R>where
R: Sync,
impl<'a, R> Sync for SignatureProofCommitments<'a, R>where
R: Sync,
impl<'a, R> Unpin for SignatureProofCommitments<'a, R>
impl<'a, R> UnwindSafe for SignatureProofCommitments<'a, R>where
R: 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