pub enum ModuleOrGenerateItem {
Parameter(Box<ModuleOrGenerateItemParameter>),
Gate(Box<ModuleOrGenerateItemGate>),
Udp(Box<ModuleOrGenerateItemUdp>),
Module(Box<ModuleOrGenerateItemModule>),
ModuleItem(Box<ModuleOrGenerateItemModuleItem>),
}Variants
Parameter(Box<ModuleOrGenerateItemParameter>)
Gate(Box<ModuleOrGenerateItemGate>)
Udp(Box<ModuleOrGenerateItemUdp>)
Module(Box<ModuleOrGenerateItemModule>)
ModuleItem(Box<ModuleOrGenerateItemModuleItem>)
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 ModuleOrGenerateItem
impl Send for ModuleOrGenerateItem
impl Sync for ModuleOrGenerateItem
impl Unpin for ModuleOrGenerateItem
impl UnwindSafe for ModuleOrGenerateItem
Blanket Implementations
Mutably borrows from an owned value. Read more