Struct moore_svlog_syntax::ast::PackageDecl [] [src]

pub struct PackageDecl {
    pub id: NodeId,
    pub span: Span,
    pub lifetime: Lifetime,
    pub name: Name,
    pub name_span: Span,
    pub timeunits: Timeunit,
    pub items: Vec<HierarchyItem>,
}

Fields

Trait Implementations

impl Debug for PackageDecl
[src]

[src]

Formats the value using the given formatter.

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

impl Encodable for PackageDecl
[src]

[src]

Serialize a value using an Encoder.

impl Decodable for PackageDecl
[src]

[src]

Deserialize a value using a Decoder.