[][src]Struct storage_proofs::test_helper::FakeDrgParams

pub struct FakeDrgParams {
    pub replica_id: Fr,
    pub replica_nodes: Vec<Fr>,
    pub replica_nodes_paths: Vec<Vec<Option<(Fr, bool)>>>,
    pub replica_root: Fr,
    pub replica_parents: Vec<Vec<Fr>>,
    pub replica_parents_paths: Vec<Vec<Vec<Option<(Fr, bool)>>>>,
    pub data_nodes: Vec<Fr>,
    pub data_nodes_paths: Vec<Vec<Option<(Fr, bool)>>>,
    pub data_root: Fr,
}

Fields

replica_id: Frreplica_nodes: Vec<Fr>replica_nodes_paths: Vec<Vec<Option<(Fr, bool)>>>replica_root: Frreplica_parents: Vec<Vec<Fr>>replica_parents_paths: Vec<Vec<Vec<Option<(Fr, bool)>>>>data_nodes: Vec<Fr>data_nodes_paths: Vec<Vec<Option<(Fr, bool)>>>data_root: Fr

Auto Trait Implementations

Blanket Implementations

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

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

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<T> Borrow<T> for T where
    T: ?Sized
[src]

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

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

impl<T> SendSyncUnwindSafe for T where
    T: Send + Sync + UnwindSafe + ?Sized
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

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