Enum hoodlum::ast::Toplevel []

pub enum Toplevel {
    Entity(IdentVec<(Ident, Dir, Option<i32>)>),
    Impl(IdentVec<Decl>),
    VerilogLiteral(String),
}

Variants

Trait Implementations

impl PartialEq<Toplevel> for Toplevel

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

This method tests for !=.

impl Debug for Toplevel

Formats the value using the given formatter.

impl Clone for Toplevel

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Toplevel

impl Hash for Toplevel

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl Walkable for Toplevel
[src]