Struct beam_file::parts::Atom [] [src]

pub struct Atom {
    pub name: String,
}

An atom.

Fields

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