Struct rustorm::record::Record[][src]

pub struct Record(pub BTreeMap<String, Value>);

Methods

impl Record
[src]

Trait Implementations

impl Debug for Record
[src]

Formats the value using the given formatter. Read more

impl Clone for Record
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Serialize for Record
[src]

Serialize this value into the given Serde serializer. Read more

impl<'de> Deserialize<'de> for Record
[src]

Deserialize this value from the given Serde deserializer. Read more

impl<'a, 'b> From<&'b Dao<'a>> for Record
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Record

impl Sync for Record