Struct hoodlum::ast::Code [] [src]

pub struct Code(pub Vec<Toplevel>);

Trait Implementations

impl Eq for Code
[src]

impl Hash for Code
[src]

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

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

impl PartialEq<Code> for Code
[src]

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

This method tests for !=.

impl Debug for Code
[src]

Formats the value using the given formatter.

impl Clone for Code
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Walkable for Code
[src]