Enum cardano_serialization_lib::metadata::MetadataJsonSchema [−][src]
pub enum MetadataJsonSchema {
NoConversions,
BasicConversions,
DetailedSchema,
}
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MetadataJsonSchema
impl Send for MetadataJsonSchema
impl Sync for MetadataJsonSchema
impl Unpin for MetadataJsonSchema
impl UnwindSafe for MetadataJsonSchema
Blanket Implementations
Mutably borrows from an owned value. Read more