pub struct WireOpening<F: Field> { /* private fields */ }Expand description
An opened wire value with its Merkle proof.
Implementations§
Source§impl<F: Field> WireOpening<F>
impl<F: Field> WireOpening<F>
Sourcepub fn wire_index(&self) -> usize
pub fn wire_index(&self) -> usize
The wire index.
Sourcepub fn merkle_proof(&self) -> &MerkleProof
pub fn merkle_proof(&self) -> &MerkleProof
The Merkle proof.
Trait Implementations§
Auto Trait Implementations§
impl<F> Freeze for WireOpening<F>where
F: Freeze,
impl<F> RefUnwindSafe for WireOpening<F>where
F: RefUnwindSafe,
impl<F> Send for WireOpening<F>where
F: Send,
impl<F> Sync for WireOpening<F>where
F: Sync,
impl<F> Unpin for WireOpening<F>where
F: Unpin,
impl<F> UnsafeUnpin for WireOpening<F>where
F: UnsafeUnpin,
impl<F> UnwindSafe for WireOpening<F>where
F: UnwindSafe,
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