pub struct VerificationSession { /* private fields */ }Expand description
A verification session between prover and verifier
Implementations§
Auto Trait Implementations§
impl Freeze for VerificationSession
impl !RefUnwindSafe for VerificationSession
impl Send for VerificationSession
impl Sync for VerificationSession
impl Unpin for VerificationSession
impl !UnwindSafe for VerificationSession
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