Docs.rs
  • indy-data-types-0.7.0
    • indy-data-types 0.7.0
    • Docs.rs crate page
    • Apache-2.0
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • andrewwhitehead
    • Dependencies
      • anoncreds-clsignatures ^0.2 normal
      • bs58 ^0.5 normal
      • curve25519-dalek ^4.1 normal
      • ed25519-dalek ^2.0 normal
      • hex ^0.4 normal
      • once_cell ^1 normal
      • rand ^0.8 normal
      • regex ^1 normal
      • serde ^1.0 normal
      • serde_json ^1.0 normal
      • sha2 ^0.10 normal
      • thiserror ^1 normal
      • x25519-dalek ^2.0 normal
      • zeroize ^1 normal
      • hex ^0.4 dev
      • rand ^0.8 dev
      • serde_json ^1.0 dev
    • Versions
    • 16.1% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

indy_data_types0.7.0

Validatable

Provided Methods

  • validate

Implementors

In crate indy_data_types

?
Change settings

Trait indy_data_types::Validatable

source ·
pub trait Validatable {
    // Provided method
    fn validate(&self) -> Result<(), ValidationError> { ... }
}
Expand description

Trait for data types which need validation after being loaded from external sources

Provided Methods§

source

fn validate(&self) -> Result<(), ValidationError>

Implementors§

source§

impl Validatable for CredentialDefinition

source§

impl Validatable for PresentationRequest

source§

impl Validatable for RevocationRegistryDelta

source§

impl Validatable for RevocationRegistryDefinition

source§

impl Validatable for Schema

source§

impl Validatable for CredentialDefinitionV1

source§

impl Validatable for CredentialOffer

source§

impl Validatable for CredentialRequest

source§

impl Validatable for CredentialRequestMetadata

source§

impl Validatable for Credential

source§

impl Validatable for CredentialValues

source§

impl Validatable for Presentation

source§

impl Validatable for RevocationRegistryConfig

source§

impl Validatable for AttributeNames

source§

impl Validatable for SchemaV1

source§

impl Validatable for DidMethod

source§

impl Validatable for DidValue

source§

impl Validatable for ShortDidValue

source§

impl Validatable for EncodedVerKey

source§

impl Validatable for PrivateKey

source§

impl Validatable for VerKey

source§

impl Validatable for CredentialDefinitionId

source§

impl Validatable for RevocationRegistryId

source§

impl Validatable for SchemaId