pub struct StarkProofWithSerde {
pub config: StarkConfigWithSerde,
pub public_input: PublicInputWithSerde,
pub unsent_commitment: StarkUnsentCommitmentWithSerde,
pub witness: StarkWitnessWithSerde,
}Fields§
§config: StarkConfigWithSerde§public_input: PublicInputWithSerde§unsent_commitment: StarkUnsentCommitmentWithSerde§witness: StarkWitnessWithSerdeTrait Implementations§
Source§impl Clone for StarkProofWithSerde
impl Clone for StarkProofWithSerde
Source§fn clone(&self) -> StarkProofWithSerde
fn clone(&self) -> StarkProofWithSerde
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 Debug for StarkProofWithSerde
impl Debug for StarkProofWithSerde
Source§impl Encode for StarkProofWithSerde
impl Encode for StarkProofWithSerde
Source§impl From<StarkProof> for StarkProofWithSerde
impl From<StarkProof> for StarkProofWithSerde
Source§fn from(value: SwiftnessStarkProof) -> Self
fn from(value: SwiftnessStarkProof) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StarkProofWithSerde
impl RefUnwindSafe for StarkProofWithSerde
impl Send for StarkProofWithSerde
impl Sync for StarkProofWithSerde
impl Unpin for StarkProofWithSerde
impl UnwindSafe for StarkProofWithSerde
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