pub struct CompressedProofWithContext {
pub compressed_proof: Box<CompressedProof>,
pub leaf_indices: Vec<i32>,
pub leaves: Vec<String>,
pub merkle_trees: Vec<String>,
pub root_indices: Vec<i32>,
pub roots: Vec<String>,
}
Fields§
§compressed_proof: Box<CompressedProof>
§leaf_indices: Vec<i32>
§leaves: Vec<String>
§merkle_trees: Vec<String>
§root_indices: Vec<i32>
§roots: Vec<String>
Implementations§
Trait Implementations§
source§impl Clone for CompressedProofWithContext
impl Clone for CompressedProofWithContext
source§fn clone(&self) -> CompressedProofWithContext
fn clone(&self) -> CompressedProofWithContext
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 CompressedProofWithContext
impl Debug for CompressedProofWithContext
source§impl Default for CompressedProofWithContext
impl Default for CompressedProofWithContext
source§fn default() -> CompressedProofWithContext
fn default() -> CompressedProofWithContext
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for CompressedProofWithContext
impl<'de> Deserialize<'de> for CompressedProofWithContext
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for CompressedProofWithContext
impl PartialEq for CompressedProofWithContext
source§fn eq(&self, other: &CompressedProofWithContext) -> bool
fn eq(&self, other: &CompressedProofWithContext) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for CompressedProofWithContext
Auto Trait Implementations§
impl Freeze for CompressedProofWithContext
impl RefUnwindSafe for CompressedProofWithContext
impl Send for CompressedProofWithContext
impl Sync for CompressedProofWithContext
impl Unpin for CompressedProofWithContext
impl UnwindSafe for CompressedProofWithContext
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§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)