pub struct StarkWitnessWithSerde {
pub traces_decommitment: TracesDecommitmentWithSerde,
pub traces_witness: TracesWitnessWithSerde,
pub composition_decommitment: TableDecommitmentWithSerde,
pub composition_witness: TableCommitmentWitnessWithSerde,
pub fri_witness: FriWitnessWithSerde,
}Fields§
§traces_decommitment: TracesDecommitmentWithSerde§traces_witness: TracesWitnessWithSerde§composition_decommitment: TableDecommitmentWithSerde§composition_witness: TableCommitmentWitnessWithSerde§fri_witness: FriWitnessWithSerdeTrait Implementations§
Source§impl Clone for StarkWitnessWithSerde
impl Clone for StarkWitnessWithSerde
Source§fn clone(&self) -> StarkWitnessWithSerde
fn clone(&self) -> StarkWitnessWithSerde
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 StarkWitnessWithSerde
impl Debug for StarkWitnessWithSerde
Source§impl Encode for StarkWitnessWithSerde
impl Encode for StarkWitnessWithSerde
Source§impl From<StarkWitness> for StarkWitnessWithSerde
impl From<StarkWitness> for StarkWitnessWithSerde
Source§fn from(value: SwiftnessStarkWitness) -> Self
fn from(value: SwiftnessStarkWitness) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StarkWitnessWithSerde
impl RefUnwindSafe for StarkWitnessWithSerde
impl Send for StarkWitnessWithSerde
impl Sync for StarkWitnessWithSerde
impl Unpin for StarkWitnessWithSerde
impl UnwindSafe for StarkWitnessWithSerde
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