Struct storage_proofs_post::election::ElectionPoSt[][src]

pub struct ElectionPoSt<'a, Tree> where
    Tree: MerkleTreeTrait
{ /* fields omitted */ }

Trait Implementations

impl<'a, Tree: Clone> Clone for ElectionPoSt<'a, Tree> where
    Tree: MerkleTreeTrait
[src]

impl<'a, Tree> CompoundProof<'a, ElectionPoSt<'a, Tree>, ElectionPoStCircuit<Tree>> for ElectionPoStCompound<Tree> where
    Tree: 'static + MerkleTreeTrait
[src]

impl<'a, Tree: Debug> Debug for ElectionPoSt<'a, Tree> where
    Tree: MerkleTreeTrait
[src]

impl<'a, Tree: 'static + MerkleTreeTrait> ProofScheme<'a> for ElectionPoSt<'a, Tree>[src]

type PublicParams = PublicParams

type SetupParams = SetupParams

type PublicInputs = PublicInputs<<Tree::Hasher as Hasher>::Domain>

type PrivateInputs = PrivateInputs<Tree>

type Proof = Proof<Tree::Proof>

type Requirements = NoRequirements

Auto Trait Implementations

impl<'a, Tree> RefUnwindSafe for ElectionPoSt<'a, Tree> where
    Tree: RefUnwindSafe

impl<'a, Tree> Send for ElectionPoSt<'a, Tree>

impl<'a, Tree> Sync for ElectionPoSt<'a, Tree>

impl<'a, Tree> Unpin for ElectionPoSt<'a, Tree>

impl<'a, Tree> UnwindSafe for ElectionPoSt<'a, Tree> where
    Tree: RefUnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Pointable for T

type Init = T

The type for initializers.

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>,