Struct lockchain_core::EncryptedBody [] [src]

pub struct EncryptedBody {
    pub data: String,
}

Fields

Trait Implementations

impl Body for EncryptedBody
[src]

[src]

Get the value of a field from this body

[src]

Set the value of a field

[src]

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

Auto Trait Implementations

impl Send for EncryptedBody

impl Sync for EncryptedBody