pub enum ProgramItem {
PortDeclaration(Box<(PortDeclaration, Symbol)>),
NonPortProgramItem(Box<NonPortProgramItem>),
}Variants
PortDeclaration(Box<(PortDeclaration, Symbol)>)
NonPortProgramItem(Box<NonPortProgramItem>)
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for ProgramItem
impl Send for ProgramItem
impl Sync for ProgramItem
impl Unpin for ProgramItem
impl UnwindSafe for ProgramItem
Blanket Implementations
Mutably borrows from an owned value. Read more