Enum cyfs_base::ProofTypeCode
source · pub enum ProofTypeCode {
DSGStorage,
DSGStorageCheck,
DSGMerkleProof,
}
Variants§
Trait Implementations§
source§impl Clone for ProofTypeCode
impl Clone for ProofTypeCode
source§fn clone(&self) -> ProofTypeCode
fn clone(&self) -> ProofTypeCode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more