Enum filecoin_proofs_api::seal::Labels [−][src]
pub enum Labels {
StackedDrg2KiBV1(RawLabels<SectorShape2KiB>),
StackedDrg8MiBV1(RawLabels<SectorShape8MiB>),
StackedDrg512MiBV1(RawLabels<SectorShape512MiB>),
StackedDrg32GiBV1(RawLabels<SectorShape32GiB>),
StackedDrg64GiBV1(RawLabels<SectorShape64GiB>),
}Variants
Tuple Fields of StackedDrg2KiBV1
0: RawLabels<SectorShape2KiB>Tuple Fields of StackedDrg8MiBV1
0: RawLabels<SectorShape8MiB>Tuple Fields of StackedDrg512MiBV1
0: RawLabels<SectorShape512MiB>Tuple Fields of StackedDrg32GiBV1
0: RawLabels<SectorShape32GiB>Tuple Fields of StackedDrg64GiBV1
0: RawLabels<SectorShape64GiB>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
Auto Trait Implementations
impl RefUnwindSafe for Labels
impl UnwindSafe for Labels
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self