Struct swiftness::StarkWitness
source · pub struct StarkWitness {
pub traces_decommitment: TracesDecommitment,
pub traces_witness: TracesWitness,
pub composition_decommitment: TableDecommitment,
pub composition_witness: TableCommitmentWitness,
pub fri_witness: FriWitness,
}
Fields§
§traces_decommitment: TracesDecommitment
§traces_witness: TracesWitness
§composition_decommitment: TableDecommitment
§composition_witness: TableCommitmentWitness
§fri_witness: FriWitness
Trait Implementations§
source§impl Clone for StarkWitness
impl Clone for StarkWitness
source§fn clone(&self) -> StarkWitness
fn clone(&self) -> StarkWitness
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 StarkWitness
impl Debug for StarkWitness
source§impl PartialEq for StarkWitness
impl PartialEq for StarkWitness
source§impl TransformTo<StarkWitness> for StarkWitness
impl TransformTo<StarkWitness> for StarkWitness
fn transform_to(self) -> StarkWitnessVerifier
impl StructuralPartialEq for StarkWitness
Auto Trait Implementations§
impl Freeze for StarkWitness
impl RefUnwindSafe for StarkWitness
impl Send for StarkWitness
impl Sync for StarkWitness
impl Unpin for StarkWitness
impl UnwindSafe for StarkWitness
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)