Struct eetf::Map [] [src]

pub struct Map {
    pub entries: Vec<(Term, Term)>,
}

Map.

Fields

Trait Implementations

impl Debug for Map
[src]

Formats the value using the given formatter.

impl PartialEq for Map
[src]

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

This method tests for !=.

impl Clone for Map
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Map
[src]

Formats the value using the given formatter.

impl From<Vec<(Term, Term)>> for Map
[src]

Performs the conversion.