Struct moore_vhdl_syntax::ast::Ident [] [src]

pub struct Ident {
    pub id: NodeId,
    pub span: Span,
    pub name: Name,
}

An identifier. Has a node ID such that it may be referenced later on.

Fields

Trait Implementations

impl Copy for Ident
[src]

impl Clone for Ident
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Ident
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for Ident
[src]

[src]

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

[src]

This method tests for !=.

impl Eq for Ident
[src]

impl Encodable for Ident
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for Ident
[src]

[src]

Deserialize a value using a Decoder.

impl From<Spanned<Name>> for Ident
[src]

[src]

Performs the conversion.

impl Into<Spanned<Name>> for Ident
[src]

[src]

Performs the conversion.