pub enum ModulePathPrimary {
Number(Box<Number>),
Identifier(Box<Identifier>),
ModulePathConcatenation(Box<ModulePathConcatenation>),
ModulePathMultipleConcatenation(Box<ModulePathMultipleConcatenation>),
FunctionSubroutineCall(Box<FunctionSubroutineCall>),
Mintypmax(Box<ModulePathPrimaryMintypmax>),
}Variants
Number(Box<Number>)
Identifier(Box<Identifier>)
ModulePathConcatenation(Box<ModulePathConcatenation>)
ModulePathMultipleConcatenation(Box<ModulePathMultipleConcatenation>)
FunctionSubroutineCall(Box<FunctionSubroutineCall>)
Mintypmax(Box<ModulePathPrimaryMintypmax>)
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 ModulePathPrimary
impl Send for ModulePathPrimary
impl Sync for ModulePathPrimary
impl Unpin for ModulePathPrimary
impl UnwindSafe for ModulePathPrimary
Blanket Implementations
Mutably borrows from an owned value. Read more