Struct planus_cli::ast::NamespacePath [−][src]
pub struct NamespacePath {
pub span: Span,
pub parts: Vec<RawIdentifier>,
}Fields
span: Spanparts: Vec<RawIdentifier>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for NamespacePath
impl Send for NamespacePath
impl Sync for NamespacePath
impl Unpin for NamespacePath
impl UnwindSafe for NamespacePath
Blanket Implementations
Mutably borrows from an owned value. Read more
