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]
fn get_field(&self, key: &str) -> Option<&Payload>[src]
Get the value of a field from this body
fn set_field(&mut self, key: &str, value: Payload) -> Option<()>[src]
Set the value of a field
fn flatten(&mut self) -> Option<()>[src]
Remove versioning and flatten the data tree to a single level.