Struct indy_crypto::cl::CredentialSchema[][src]

pub struct CredentialSchema { /* fields omitted */ }

A list of attributes a Credential is based on.

Trait Implementations

impl Debug for CredentialSchema
[src]

Formats the value using the given formatter. Read more

impl Clone for CredentialSchema
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations