Struct dmap::value::DmapItem [] [src]

pub struct DmapItem<'a, 'k> {
    pub name: ItemName<'k>,
    pub value: DmapValue<'a, 'k>,
}

Fields

Trait Implementations

impl<'a, 'k> Debug for DmapItem<'a, 'k>
[src]

Formats the value using the given formatter.

impl<'a, 'k> Clone for DmapItem<'a, 'k>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl<'a, 'k> PartialEq for DmapItem<'a, 'k>
[src]

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

This method tests for !=.

impl<'a, 'k> Eq for DmapItem<'a, 'k>
[src]

impl<'de> Deserialize<'de> for DmapItem<'de, 'de>
[src]

Deserialize this value from the given Serde deserializer. Read more

impl<'a, 'k> Serialize for DmapItem<'a, 'k>
[src]

Serialize this value into the given Serde serializer. Read more