[−][src]Trait dubp_documents::prelude::ToStringObject
Stringify a document
Associated Types
type StringObject: Serialize
Generated string object
Required methods
fn to_string_object(&self) -> Self::StringObject
Transforms object fields into string
Implementors
impl ToStringObject for CertificationDocument[src]
type StringObject = CertificationDocumentStringified
fn to_string_object(&self) -> Self::StringObject[src]
impl ToStringObject for DubpDocument[src]
type StringObject = DubpDocumentStr
fn to_string_object(&self) -> Self::StringObject[src]
impl ToStringObject for IdentityDocument[src]
type StringObject = IdentityDocumentStringified
fn to_string_object(&self) -> Self::StringObject[src]
impl ToStringObject for MembershipDocument[src]
type StringObject = MembershipDocumentStringified
fn to_string_object(&self) -> Self::StringObject[src]
impl ToStringObject for CompactRevocationDocument[src]
type StringObject = CompactRevocationDocumentStringified
fn to_string_object(&self) -> Self::StringObject[src]
impl ToStringObject for RevocationDocument[src]
type StringObject = RevocationDocumentStringified
fn to_string_object(&self) -> Self::StringObject[src]
impl ToStringObject for TransactionDocument[src]
type StringObject = TransactionDocumentStringified
fn to_string_object(&self) -> TransactionDocumentStringified[src]
impl ToStringObject for CertificationDocumentV10[src]
type StringObject = CertificationDocumentV10Stringified
fn to_string_object(&self) -> CertificationDocumentV10Stringified[src]
Transforms an object into a json object
impl ToStringObject for CompactCertificationDocumentV10[src]
type StringObject = CompactCertificationDocumentV10Stringified
fn to_string_object(&self) -> CompactCertificationDocumentV10Stringified[src]
Transforms an object into a json object
impl ToStringObject for IdentityDocumentV10[src]
type StringObject = IdentityDocumentV10Stringified
fn to_string_object(&self) -> IdentityDocumentV10Stringified[src]
Transforms an object into a json object
impl ToStringObject for MembershipDocumentV10[src]
type StringObject = MembershipDocumentV10Stringified
fn to_string_object(&self) -> MembershipDocumentV10Stringified[src]
Transforms an object into a json object
impl ToStringObject for CompactRevocationDocumentV10[src]
type StringObject = CompactRevocationDocumentV10Stringified
fn to_string_object(&self) -> CompactRevocationDocumentV10Stringified[src]
Transforms an object into a json object
impl ToStringObject for RevocationDocumentV10[src]
type StringObject = RevocationDocumentV10Stringified
fn to_string_object(&self) -> RevocationDocumentV10Stringified[src]
Transforms an object into a json object