Struct lockchain_crypto::DataBody[][src]

pub struct DataBody { /* fields omitted */ }

Methods

impl DataBody
[src]

Trait Implementations

impl AutoEncoder for DataBody
[src]

impl Body for DataBody
[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.

impl Encryptable for DataBody
[src]

impl EncryptionHandler<DataBody> for AesEngine
[src]

Auto Trait Implementations

impl Send for DataBody

impl Sync for DataBody