Struct storage_proofs_post::fallback::Proof [−][src]
pub struct Proof<P: MerkleProofTrait> { pub sectors: Vec<SectorProof<P>>, }
Fields
sectors: Vec<SectorProof<P>>Trait Implementations
impl<'de, P: MerkleProofTrait> Deserialize<'de> for Proof<P> where
SectorProof<P>: Deserialize<'de>,
impl<'de, P: MerkleProofTrait> Deserialize<'de> for Proof<P> where
SectorProof<P>: Deserialize<'de>, 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
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