Struct lockchain_core::EncryptedBody[][src]

pub struct EncryptedBody {
    pub data: String,
}

Fields

Trait Implementations

impl Body for EncryptedBody
[src]

Get the value of a field from this body

Set the value of a field

Remove versioning and flatten the data tree to a single level.

Auto Trait Implementations