Enum dubp_documents::DubpDocumentStr [−][src]
pub enum DubpDocumentStr {
Transaction(Box<TransactionDocumentStringified>),
Identity(IdentityDocumentStringified),
Membership(MembershipDocumentStringified),
Certification(Box<CertificationDocumentStringified>),
Revocation(Box<RevocationDocumentStringified>),
}List of stringified user document types.
Variants
Transaction(Box<TransactionDocumentStringified>)Transaction document.
Identity(IdentityDocumentStringified)Identity document.
Membership(MembershipDocumentStringified)Membership document.
Certification(Box<CertificationDocumentStringified>)Certification document.
Revocation(Box<RevocationDocumentStringified>)Revocation document.
Trait Implementations
impl Clone for DubpDocumentStr[src]
impl Clone for DubpDocumentStr[src]fn clone(&self) -> DubpDocumentStr[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<'de> Deserialize<'de> for DubpDocumentStr[src]
impl<'de> Deserialize<'de> for DubpDocumentStr[src]fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for DubpDocumentStr[src]
impl Serialize for DubpDocumentStr[src]Auto Trait Implementations
impl RefUnwindSafe for DubpDocumentStr
impl RefUnwindSafe for DubpDocumentStrimpl Send for DubpDocumentStr
impl Send for DubpDocumentStrimpl Sync for DubpDocumentStr
impl Sync for DubpDocumentStrimpl Unpin for DubpDocumentStr
impl Unpin for DubpDocumentStrimpl UnwindSafe for DubpDocumentStr
impl UnwindSafe for DubpDocumentStrBlanket Implementations
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
Should always be Self