Struct filecoin_proofs_api::seal::SealCommitPhase2Output [−][src]
Fields
proof: Vec<u8>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 SealCommitPhase2Output
impl Send for SealCommitPhase2Output
impl Sync for SealCommitPhase2Output
impl Unpin for SealCommitPhase2Output
impl UnwindSafe for SealCommitPhase2Output
Blanket Implementations
Mutably borrows from an owned value. Read more
type Output = T
type Output = T
Should always be Self