pub struct ProofOutput {
pub app_exe_commit: Commit,
pub app_vm_commit: Commit,
pub user_public_values: Vec<u8>,
}Fields§
§app_exe_commit: Commit§app_vm_commit: Commit§user_public_values: Vec<u8>Trait Implementations§
Source§impl Clone for ProofOutput
impl Clone for ProofOutput
Source§fn clone(&self) -> ProofOutput
fn clone(&self) -> ProofOutput
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 Debug for ProofOutput
impl Debug for ProofOutput
Source§impl PartialEq for ProofOutput
impl PartialEq for ProofOutput
impl Eq for ProofOutput
impl StructuralPartialEq for ProofOutput
Auto Trait Implementations§
impl Freeze for ProofOutput
impl RefUnwindSafe for ProofOutput
impl Send for ProofOutput
impl Sync for ProofOutput
impl Unpin for ProofOutput
impl UnwindSafe for ProofOutput
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