Enum offchain::types::KycDataObjectVersion [−][src]
#[repr(u8)]
pub enum KycDataObjectVersion {
V1,
}Variants
Trait Implementations
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for KycDataObjectVersion
impl Send for KycDataObjectVersion
impl Sync for KycDataObjectVersion
impl Unpin for KycDataObjectVersion
impl UnwindSafe for KycDataObjectVersion
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
type Output = T
type Output = T
Should always be Self
Generates a hash used only for tests.