Struct dao::Dao [] [src]

pub struct Dao<'a>(pub BTreeMap<&'a str, Value>);

Methods

impl<'a> Dao<'a>
[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl<'a> Debug for Dao<'a>
[src]

[src]

Formats the value using the given formatter. Read more

impl<'a> PartialEq for Dao<'a>
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<'a> Serialize for Dao<'a>
[src]

[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

impl<'a> Send for Dao<'a>

impl<'a> Sync for Dao<'a>