Enum oftlisp::ast::ModuleHeaderError [] [src]

pub enum ModuleHeaderError {
    BadImportForm,
    BadModuleForm,
    NoModuleForm,
}

An error occurring from a call to parse_module_header.

Variants

An import form was invalid.

The module form was invalid.

No module form was present.

Trait Implementations

impl Clone for ModuleHeaderError
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for ModuleHeaderError
[src]

[src]

Formats the value using the given formatter.

impl Eq for ModuleHeaderError
[src]

impl Finalize for ModuleHeaderError
[src]

[src]

impl Hash for ModuleHeaderError
[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 ModuleHeaderError
[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 ModuleHeaderError
[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 ModuleHeaderError
[src]

[src]

Executes the destructor for this type. Read more