Struct hoodlum::ast::EdgeRef [] [src]

pub struct EdgeRef(pub Ident, pub Edge);

Trait Implementations

impl Eq for EdgeRef
[src]

impl Hash for EdgeRef
[src]

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

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

impl PartialEq<EdgeRef> for EdgeRef
[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 EdgeRef
[src]

Formats the value using the given formatter.

impl Clone for EdgeRef
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl ToVerilog for EdgeRef
[src]

impl Walkable for EdgeRef
[src]