Struct eetf::Atom [] [src]

pub struct Atom {
    pub name: String,
}

Atom.

Fields

The name of the atom.

Trait Implementations

impl Debug for Atom
[src]

Formats the value using the given formatter.

impl PartialEq for Atom
[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 Atom
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for Atom
[src]

Formats the value using the given formatter. Read more

impl<'a> From<&'a str> for Atom
[src]

Performs the conversion.

impl From<String> for Atom
[src]

Performs the conversion.