Enum abackus::Sexpr[][src]

pub enum Sexpr {
    Atom(String),
    List(Vec<Sexpr>),
}

Variants

Methods

impl Sexpr
[src]

Trait Implementations

impl Clone for Sexpr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Sexpr
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Sexpr

impl Sync for Sexpr