Enum oftlisp::reader::AcceptSet [] [src]

pub enum AcceptSet {
    CloseBracket,
    CloseParenthesis,
    Dot,
    HexChar,
    StringChar,
    StringEscape,
    Value,
    EOF,
}

A set of acceptable characters.

Variants

A closing bracket.

A closing parenthesis.

A dot for a dotted list.

A hexadecimal digit.

A character in the body of a string.

A string escape character.

A value.

The end of the input stream.

Trait Implementations

impl Clone for AcceptSet
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for AcceptSet
[src]

[src]

Formats the value using the given formatter.

impl Eq for AcceptSet
[src]

impl Finalize for AcceptSet
[src]

[src]

impl Hash for AcceptSet
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for AcceptSet
[src]

[src]

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

1.0.0
[src]

This method tests for !=.

impl Trace for AcceptSet
[src]

[src]

Marks all contained Gcs.

[src]

Increments the root-count of all contained Gcs.

[src]

Decrements the root-count of all contained Gcs.

[src]

Runs Finalize::finalize() on this object and all contained subobjects Read more

impl Drop for AcceptSet
[src]

[src]

Executes the destructor for this type. Read more

impl Display for AcceptSet
[src]

[src]

Formats the value using the given formatter. Read more