Enum filecoin_proofs_api::seal::VanillaSealProof [−][src]
pub enum VanillaSealProof {
StackedDrg2KiBV1(Vec<Vec<RawVanillaSealProof<SectorShape2KiB>>>),
StackedDrg8MiBV1(Vec<Vec<RawVanillaSealProof<SectorShape8MiB>>>),
StackedDrg512MiBV1(Vec<Vec<RawVanillaSealProof<SectorShape512MiB>>>),
StackedDrg32GiBV1(Vec<Vec<RawVanillaSealProof<SectorShape32GiB>>>),
StackedDrg64GiBV1(Vec<Vec<RawVanillaSealProof<SectorShape64GiB>>>),
}Variants
Tuple Fields of StackedDrg2KiBV1
Tuple Fields of StackedDrg8MiBV1
Tuple Fields of StackedDrg512MiBV1
Tuple Fields of StackedDrg32GiBV1
Tuple Fields of StackedDrg64GiBV1
Trait Implementations
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<Tree: 'static + MerkleTreeTrait> TryInto<Vec<Vec<Proof<Tree, Sha256Hasher>, Global>, Global>> for VanillaSealProof
impl<Tree: 'static + MerkleTreeTrait> TryInto<Vec<Vec<Proof<Tree, Sha256Hasher>, Global>, Global>> for VanillaSealProof
Auto Trait Implementations
impl RefUnwindSafe for VanillaSealProof
impl Send for VanillaSealProof
impl Sync for VanillaSealProof
impl Unpin for VanillaSealProof
impl UnwindSafe for VanillaSealProof
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self