Enum seax_util::cell::SVMCell [] [src]

pub enum SVMCell {
    AtomCell(Atom),
    ListCell(Box<List<SVMCell>>),
    InstCell(Inst),
}

Variants

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for SVMCell
[src]

Formats the value using the given formatter. Read more

impl Debug for SVMCell
[src]

Formats the value using the given formatter.

impl Encode for SVMCell
[src]

Encodes this object to a list of bytes.