[−][src]Enum sv_parser::expressions::ModulePathPrimary
pub enum ModulePathPrimary { Number(Box<Number, Global>), Identifier(Box<Identifier, Global>), ModulePathConcatenation(Box<ModulePathConcatenation, Global>), ModulePathMultipleConcatenation(Box<ModulePathMultipleConcatenation, Global>), FunctionSubroutineCall(Box<FunctionSubroutineCall, Global>), Mintypmax(Box<ModulePathPrimaryMintypmax, Global>), }
Variants
Identifier(Box<Identifier, Global>)
ModulePathConcatenation(Box<ModulePathConcatenation, Global>)
ModulePathMultipleConcatenation(Box<ModulePathMultipleConcatenation, Global>)
FunctionSubroutineCall(Box<FunctionSubroutineCall, Global>)
Mintypmax(Box<ModulePathPrimaryMintypmax, Global>)
Trait Implementations
impl Clone for ModulePathPrimary
[src][+]
impl Debug for ModulePathPrimary
[src][+]
impl<'a> From<&'a ModulePathPrimary> for RefNode<'a>
[src][+]
impl<'a> From<&'a ModulePathPrimary> for RefNodes<'a>
[src][+]
impl From<ModulePathPrimary> for AnyNode
[src][+]
impl<'a> IntoIterator for &'a ModulePathPrimary
[src][+]
impl<'a> Node<'a> for ModulePathPrimary
[src][+]
impl PartialEq<ModulePathPrimary> for ModulePathPrimary
[src][+]
impl StructuralPartialEq for ModulePathPrimary
[src]
impl<'a> TryFrom<&'a ModulePathPrimary> for Locate
[src][+]
impl TryFrom<AnyNode> for ModulePathPrimary
[src][+]
impl TryFrom<ModulePathPrimary> for Locate
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for ModulePathPrimary
[src]
impl Send for ModulePathPrimary
[src]
impl Sync for ModulePathPrimary
[src]
impl Unpin for ModulePathPrimary
[src]
impl UnwindSafe for ModulePathPrimary
[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Conv for T
[+]
impl<T> Conv for T
[+]
impl<T> FmtForward for T
[+]
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Pipe for T where
T: ?Sized,
[+]
T: ?Sized,
impl<T> Pipe for T
[+]
impl<T> PipeAsRef for T
[+]
impl<T> PipeBorrow for T
[+]
impl<T> PipeDeref for T
[+]
impl<T> PipeRef for T
[+]
impl<T> Tap for T
[+]
impl<T> Tap for T
[+]
impl<T, U> TapAsRef<U> for T where
U: ?Sized,
[+]
U: ?Sized,
impl<T, U> TapBorrow<U> for T where
U: ?Sized,
[+]
U: ?Sized,
impl<T> TapDeref for T
[+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T> TryConv for T
[+]
impl<T> TryConv for T
[+]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,