Struct storage_proofs_post::rational::Proof [−][src]
pub struct Proof<P: MerkleProofTrait> { pub comm_cs: Vec<<P::Hasher as Hasher>::Domain>, // some fields omitted }
Fields
comm_cs: Vec<<P::Hasher as Hasher>::Domain>Implementations
Trait Implementations
impl<P: Clone + MerkleProofTrait> Clone for Proof<P> where
P::Hasher: Clone,
P::Arity: Clone,
P::SubTreeArity: Clone,
P::TopTreeArity: Clone,
P::Hasher: Clone,
impl<P: Clone + MerkleProofTrait> Clone for Proof<P> where
P::Hasher: Clone,
P::Arity: Clone,
P::SubTreeArity: Clone,
P::TopTreeArity: Clone,
P::Hasher: Clone, impl<P: Debug + MerkleProofTrait> Debug for Proof<P> where
P::Hasher: Debug,
P::Arity: Debug,
P::SubTreeArity: Debug,
P::TopTreeArity: Debug,
P::Hasher: Debug,
impl<P: Debug + MerkleProofTrait> Debug for Proof<P> where
P::Hasher: Debug,
P::Arity: Debug,
P::SubTreeArity: Debug,
P::TopTreeArity: Debug,
P::Hasher: Debug, impl<'de, P: MerkleProofTrait> Deserialize<'de> for Proof<P> where
MerkleProof<P::Hasher, P::Arity, P::SubTreeArity, P::TopTreeArity>: DeserializeOwned,
impl<'de, P: MerkleProofTrait> Deserialize<'de> for Proof<P> where
MerkleProof<P::Hasher, P::Arity, P::SubTreeArity, P::TopTreeArity>: DeserializeOwned, 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
impl<P: MerkleProofTrait> Serialize for Proof<P> where
MerkleProof<P::Hasher, P::Arity, P::SubTreeArity, P::TopTreeArity>: Serialize,
impl<P: MerkleProofTrait> Serialize for Proof<P> where
MerkleProof<P::Hasher, P::Arity, P::SubTreeArity, P::TopTreeArity>: Serialize, Auto Trait Implementations
impl<P> RefUnwindSafe for Proof<P> where
<P as MerkleProofTrait>::Arity: RefUnwindSafe,
<<P as MerkleProofTrait>::Hasher as Hasher>::Domain: RefUnwindSafe,
<P as MerkleProofTrait>::SubTreeArity: RefUnwindSafe,
<P as MerkleProofTrait>::TopTreeArity: RefUnwindSafe, impl<P> Unpin for Proof<P> where
<P as MerkleProofTrait>::Arity: Unpin,
<<P as MerkleProofTrait>::Hasher as Hasher>::Domain: Unpin,
<P as MerkleProofTrait>::SubTreeArity: Unpin,
<P as MerkleProofTrait>::TopTreeArity: Unpin, impl<P> UnwindSafe for Proof<P> where
<P as MerkleProofTrait>::Arity: UnwindSafe,
<<P as MerkleProofTrait>::Hasher as Hasher>::Domain: UnwindSafe,
<P as MerkleProofTrait>::SubTreeArity: UnwindSafe,
<P as MerkleProofTrait>::TopTreeArity: UnwindSafe, Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = TShould always be Self
pub fn vzip(self) -> V