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<P: Clone + MerkleProofTrait> Clone for Proof<P>[src]
impl<P: Clone + MerkleProofTrait> Clone for Proof<P>[src]impl<P: Debug + MerkleProofTrait> Debug for Proof<P>[src]
impl<P: Debug + MerkleProofTrait> Debug for Proof<P>[src]impl<'de, P: MerkleProofTrait> Deserialize<'de> for Proof<P> where
SectorProof<P>: Deserialize<'de>, [src]
impl<'de, P: MerkleProofTrait> Deserialize<'de> for Proof<P> where
SectorProof<P>: Deserialize<'de>, [src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]Deserialize this value from the given Serde deserializer. Read more
impl<P: MerkleProofTrait> Serialize for Proof<P> where
SectorProof<P>: Serialize, [src]
impl<P: MerkleProofTrait> Serialize for Proof<P> where
SectorProof<P>: Serialize, [src]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,
<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> Send for Proof<P>
impl<P> Sync for Proof<P>
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,
<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,
<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
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Pointable for T
impl<T> Pointable for Timpl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
type Output = TShould always be Self
impl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, [src]type Owned = T
type Owned = TThe resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn to_owned(&self) -> T[src]Creates owned data from borrowed data, usually by cloning. Read more
pub fn clone_into(&self, target: &mut T)[src]
pub fn clone_into(&self, target: &mut T)[src]🔬 This is a nightly-only experimental API. (toowned_clone_into)
recently added
Uses borrowed data to replace owned data, usually by cloning. Read more
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>, pub fn vzip(self) -> V
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,