Enum ssap::Elem [] [src]

pub enum Elem<'a> {
    Value(&'a [u8]),
    List(Vec<Elem<'a>>),
}

Variants

Trait Implementations

impl<'a> PartialEq for Elem<'a>
[src]

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

This method tests for !=.

impl<'a> Debug for Elem<'a>
[src]

Formats the value using the given formatter.